Update macosx.yml
This commit is contained in:
parent
36bde45396
commit
be7bc5d81b
|
@ -12,7 +12,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
TARGET: [swift, cpp, dotnet]
|
# TARGET: [swift, cpp, dotnet] disabling dotnet which is unstable on M1
|
||||||
|
TARGET: [swift, cpp]
|
||||||
GROUP: [LEXER, PARSER, RECURSION]
|
GROUP: [LEXER, PARSER, RECURSION]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue