Skip to content

Commit 9c4ce2f

Browse files
authored
switch from macos-13 to macos-15-intel on CI (#1740)
1 parent 5e1113f commit 9c4ce2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/readme_snippets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python:
1717
strategy:
1818
matrix:
19-
platform: [ubuntu-latest, macos-13, macos-14, windows-latest]
19+
platform: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
2020
runs-on: ${{ matrix.platform }}
2121
steps:
2222
- uses: actions/[email protected]

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env-unit-tests-setup:
2626
strategy:
2727
matrix:
28-
platform: [ ubuntu-24.04, macos-13, macos-14, windows-latest ]
28+
platform: [ ubuntu-24.04, macos-15-intel, macos-14, windows-latest ]
2929
python-version: [ "3.9", "3.12" ]
3030
runs-on: ${{ matrix.platform }}
3131
steps:
@@ -90,7 +90,7 @@ jobs:
9090
needs: env-unit-tests-setup
9191
strategy:
9292
matrix:
93-
platform: [ ubuntu-24.04, macos-13, macos-14, windows-latest ]
93+
platform: [ ubuntu-24.04, macos-15-intel, macos-14, windows-latest ]
9494
python-version: [ "3.9", "3.12" ]
9595
runs-on: ${{ matrix.platform }}
9696
env:

0 commit comments

Comments
 (0)