Update macosx.yml

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

View File

@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
GROUP: [LEXER, PARSER, RECURSION]
TARGET: [swift, cpp, dotnet]
GROUP: [LEXER, PARSER, RECURSION]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
@ -29,5 +29,5 @@ jobs:
- name: Test with Maven
run: arch -x86_64 .github/scripts/run-tests-${{ matrix.TARGET }}.sh
env:
GROUP: ${{ matrix.GROUP }}
TARGET: ${{ matrix.TARGET }}
GROUP: ${{ matrix.GROUP }}