Disable auto-detect language test on macos

This commit is contained in:
David Verdeguer
2020-05-12 15:58:15 +02:00
parent a76042ab4a
commit cc471c2014

View File

@@ -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: