Skip to content

Commit

Permalink
switch to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Nov 25, 2024
1 parent d51c168 commit 3774af8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14, windows-2019]
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2019]
node-version: [16.x, 18.x, 20.x, 22.x]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

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

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

strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14]
platform: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

strategy:
matrix:
platform: [ubuntu-latest, macos-12, macos-14]
platform: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

strategy:
matrix:
platform: [macos-12, windows-2019]
platform: [macos-13, windows-2019]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-12
- macos-13
- macos-13
- macos-14
node-version: [16.x, 18.x, 20.x, 22.x]
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-12
- macos-13
- macos-13
- macos-14
node-version: [18.x, 20.x, 22.x]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-12, macos-14]
platform: [ubuntu-latest, macos-13, macos-14]

steps:
- name: Use Node.js 18.x
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 @@ -21,7 +21,7 @@ jobs:
- ubuntu-24.04
- windows-2019
- windows-2022
- macos-12
- macos-13
- macos-13
- macos-14
node-version: [16.x, 18.x, 20.x, 22.x]
Expand Down

0 comments on commit 3774af8

Please sign in to comment.