Update macosx.yml

This commit is contained in:
ericvergnaud 2021-01-24 15:23:28 +08:00 committed by GitHub
parent 5b34cc1ec3
commit 47fd7026b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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