Merge pull request #31 from github/macos

Disable auto-detect language test on macos
This commit is contained in:
David Verdeguer 2020-05-12 16:09:41 +02:00 committed by GitHub
commit 96901ac7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: