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
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