mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
Replace deprecated macos-13 runners with macos-15-intel (#5916)
This commit is contained in:
committed by
GitHub
parent
28ecc9b6a0
commit
ab9ac90fcd
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -96,22 +96,22 @@ jobs:
|
||||
python-version: 'graalpy-24.1'
|
||||
|
||||
# No SciPy for macOS ARM
|
||||
- runs-on: macos-13
|
||||
- runs-on: macos-15-intel
|
||||
python-version: '3.8'
|
||||
cmake-args: -DCMAKE_CXX_STANDARD=14
|
||||
- runs-on: macos-13
|
||||
- runs-on: macos-15-intel
|
||||
python-version: '3.11'
|
||||
cmake-args: -DPYBIND11_TEST_SMART_HOLDER=ON
|
||||
- runs-on: macos-latest
|
||||
python-version: '3.12'
|
||||
cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_DISABLE_HANDLE_TYPE_NAME_DEFAULT_IMPLEMENTATION=ON
|
||||
- runs-on: macos-13
|
||||
- runs-on: macos-15-intel
|
||||
python-version: '3.13t'
|
||||
cmake-args: -DCMAKE_CXX_STANDARD=11
|
||||
- runs-on: macos-latest
|
||||
python-version: '3.14t'
|
||||
cmake-args: -DCMAKE_CXX_STANDARD=20
|
||||
- runs-on: macos-13
|
||||
- runs-on: macos-15-intel
|
||||
python-version: 'pypy-3.10'
|
||||
cmake-args: -DCMAKE_CXX_STANDARD=17
|
||||
- runs-on: macos-latest
|
||||
|
||||
2
.github/workflows/configure.yml
vendored
2
.github/workflows/configure.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- runs-on: ubuntu-24.04
|
||||
cmake: "3.29"
|
||||
|
||||
- runs-on: macos-13
|
||||
- runs-on: macos-15-intel
|
||||
cmake: "3.15"
|
||||
|
||||
- runs-on: macos-14
|
||||
|
||||
4
.github/workflows/tests-cibw.yml
vendored
4
.github/workflows/tests-cibw.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runs-on: [macos-14, macos-13]
|
||||
runs-on: [macos-14, macos-15-intel]
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runs-on: [macos-latest, macos-13, ubuntu-latest]
|
||||
runs-on: [macos-latest, macos-15-intel, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user