From cc471c20147bd4d942e4222a91d6811f3052ea5f Mon Sep 17 00:00:00 2001 From: David Verdeguer Date: Tue, 12 May 2020 15:58:15 +0200 Subject: [PATCH] Disable auto-detect language test on macos --- .github/workflows/integration-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index d2079d9bc..77af92c09 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -6,7 +6,7 @@ jobs: multi-language-repo_test-autodetect-languages: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: