Update macosx.yml

This commit is contained in:
ericvergnaud 2021-01-27 12:15:28 +08:00 committed by GitHub
parent 36bde45396
commit be7bc5d81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
TARGET: [swift, cpp, dotnet]
# TARGET: [swift, cpp, dotnet] disabling dotnet which is unstable on M1
TARGET: [swift, cpp]
GROUP: [LEXER, PARSER, RECURSION]
steps:
- uses: actions/checkout@v2