Skip to content

Commit

Permalink
use macos-12 to test the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 24, 2024
1 parent b5d5828 commit 61c436d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ]
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
exclude:
- platforms: ubuntu-24.04
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-11 ]
platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ]
node-version: [ 16.x, 18.x, 20.x, 22.x ]
exclude:
- platforms: ubuntu-24.04
Expand Down

0 comments on commit 61c436d

Please sign in to comment.