Skip to content

Commit ab9ac90

Browse files
authored
Replace deprecated macos-13 runners with macos-15-intel (#5916)
1 parent 28ecc9b commit ab9ac90

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ jobs:
9696
python-version: 'graalpy-24.1'
9797

9898
# No SciPy for macOS ARM
99-
- runs-on: macos-13
99+
- runs-on: macos-15-intel
100100
python-version: '3.8'
101101
cmake-args: -DCMAKE_CXX_STANDARD=14
102-
- runs-on: macos-13
102+
- runs-on: macos-15-intel
103103
python-version: '3.11'
104104
cmake-args: -DPYBIND11_TEST_SMART_HOLDER=ON
105105
- runs-on: macos-latest
106106
python-version: '3.12'
107107
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION=ON
108-
- runs-on: macos-13
108+
- runs-on: macos-15-intel
109109
python-version: '3.13t'
110110
cmake-args: -DCMAKE_CXX_STANDARD=11
111111
- runs-on: macos-latest
112112
python-version: '3.14t'
113113
cmake-args: -DCMAKE_CXX_STANDARD=20
114-
- runs-on: macos-13
114+
- runs-on: macos-15-intel
115115
python-version: 'pypy-3.10'
116116
cmake-args: -DCMAKE_CXX_STANDARD=17
117117
- runs-on: macos-latest

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- runs-on: ubuntu-24.04
3636
cmake: "3.29"
3737

38-
- runs-on: macos-13
38+
- runs-on: macos-15-intel
3939
cmake: "3.15"
4040

4141
- runs-on: macos-14

.github/workflows/tests-cibw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
runs-on: [macos-14, macos-13]
38+
runs-on: [macos-14, macos-15-intel]
3939
steps:
4040
- uses: actions/checkout@v6
4141
with:
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
runs-on: [macos-latest, macos-13, ubuntu-latest]
61+
runs-on: [macos-latest, macos-15-intel, ubuntu-latest]
6262
steps:
6363
- uses: actions/checkout@v6
6464
with:

0 commit comments

Comments
 (0)