forked from jasder/antlr
Update macosx.yml
This commit is contained in:
parent
36bde45396
commit
be7bc5d81b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue