Skip to content

Commit

Permalink
ci: makes macos actions exclude Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 17, 2024
1 parent b93593e commit d4a67a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['14.x', '16.x', '18.x']
exclude:
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#excluding-matrix-configurations
- os: macos-latest
node-version: 14.x
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d4a67a0

Please sign in to comment.