Skip to content

Commit

Permalink
Try to fix test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 8, 2024
1 parent e3bac9d commit f5eaadd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [12.20.0, 12.x, 14.x, 16.x, 18.x]
# macOS-13 is the latest macOS version that is x86.
# Node.js 12, 14 and 16 aren’t support on the arm64 runners.
os: [ubuntu-latest, macOS-13, windows-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
# Also have a test on macOS arm64.
include:
- os: macOS-latest
node-version: 22.x

env:
ELM_HOME: '${{ github.workspace }}/elm-stuff/elm-home'
Expand Down

0 comments on commit f5eaadd

Please sign in to comment.