Skip to content

Commit

Permalink
Update macosx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud authored Jan 27, 2021
1 parent 36bde45 commit be7bc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be7bc5d

Please sign in to comment.