From 0ffa15f4a52fbbcfa085b05573aaf6e581fb6fcc Mon Sep 17 00:00:00 2001 From: Phil Tillet Date: Fri, 5 May 2023 12:12:38 -0700 Subject: [PATCH] [CI] no longer runs CI job on macos-10.15 --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index adb88314344c..930d301202dd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,9 +25,9 @@ jobs: id: set-matrix run: | if [ x"${{ github.repository }}" == x"openai/triton" ]; then - echo '::set-output name=matrix::[["self-hosted", "A100"], ["self-hosted", "V100"], ["self-hosted", "gfx908"], "macos-10.15"]' + echo '::set-output name=matrix::[["self-hosted", "A100"], ["self-hosted", "V100"], ["self-hosted", "gfx908"]]' else - echo '::set-output name=matrix::["ubuntu-latest", "macos-10.15"]' + echo '::set-output name=matrix::["ubuntu-latest"]' fi Integration-Tests: