Skip to content

Commit

Permalink
switch CI to macos-13 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev authored Nov 25, 2024
1 parent c2c7ad4 commit 985c754
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
platforms: [ ubuntu-20.04, windows-2019, macos-12, macos-14 ]
platforms: [ ubuntu-20.04, windows-2019, macos-13, macos-14 ]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
node-version: [ 18.x, 20.x, 22.x ]
platforms: [ ubuntu-20.04, macos-12, macos-14 ]
platforms: [ ubuntu-20.04, macos-13, macos-14 ]

steps:
- uses: actions/checkout@v4
Expand Down
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-latest, windows-2019, macos-12, macos-14 ]
platforms: [ ubuntu-latest, windows-2019, macos-13, macos-14 ]
node-version: [ 18.x, 20.x, 22.x ]

steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

strategy:
matrix:
platforms: [ ubuntu-latest, windows-2019, macos-12, macos-14 ]
platforms: [ ubuntu-latest, windows-2019, macos-13, macos-14 ]
node-version: [ 18.x, 20.x, 22.x ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
platforms: [ ubuntu-20.04, ubuntu-20.04, windows-2019, macos-12, macos-14 ]
platforms: [ ubuntu-20.04, ubuntu-20.04, windows-2019, macos-13, macos-14 ]
node-version: [ 18.x, 20.x, 22.x ]

steps:
Expand Down

0 comments on commit 985c754

Please sign in to comment.