mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 22:39:09 +00:00
ci: avoid macOS 15 image change for iOS (#5798)
This commit is contained in:
2
.github/workflows/tests-cibw.yml
vendored
2
.github/workflows/tests-cibw.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
runs-on: [macos-latest, macos-13]
|
||||
runs-on: [macos-14, macos-13]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user