Skip to content

Commit

Permalink
ci: fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed May 26, 2024
1 parent fbb7ea5 commit f3c8feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x, 21.x]
os: [ubuntu-latest, macos-13-arm64, windows-latest]
node-version: [14.x, 16.x, 18.x, 21.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f3c8feb

Please sign in to comment.