forked from jasder/antlr
Update macosx.yml
This commit is contained in:
parent
5b34cc1ec3
commit
47fd7026b3
|
@ -12,8 +12,10 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
GROUP: [LEXER, PARSER, RECURSION]
|
||||
TARGET: [swift, cpp, dotnet]
|
||||
# GROUP: [LEXER, PARSER, RECURSION]
|
||||
# TARGET: [swift, cpp, dotnet]
|
||||
GROUP: [LEXER]
|
||||
TARGET: [cpp]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 1.8
|
||||
|
|
Loading…
Reference in New Issue