Skip to content

Commit

Permalink
fix: proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
slry committed May 28, 2024
1 parent 4ae63d9 commit 3af218d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 18]
node: [12, 16]
exclude:
- os: macos-latest
node: 12
runs-on: ${{ matrix.os }}
if: ${{ matrix.os != 'macos-latest' || matrix.node != 12 }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 3af218d

Please sign in to comment.