Skip to content

Commit

Permalink
switch to macos-13 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev authored Nov 25, 2024
1 parent 7e57406 commit 3a4ac80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-latest, windows-2019, macos-12 ]
platforms: [ ubuntu-latest, windows-2019, macos-13 ]

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 @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ ubuntu-latest, macos-12, windows-2019 ]
os: [ ubuntu-latest, macos-13, windows-2019 ]

runs-on: ${{ matrix.os }}

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 @@ -13,7 +13,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit 3a4ac80

Please sign in to comment.