Replace the macos-13 images with the macos-15-intel images (GHA) (#2601)

Replace `macos-13` images with `macos-15-intel`
This commit is contained in:
Agriya Khetarpal
2025-09-21 10:23:21 +01:00
committed by GitHub
parent ce4c16f88f
commit 70de033a7f
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ See [GitHub issue 1333](https://github.com/pypa/cibuildwheel/issues/1333) for mo
It's easiest to build `x86_64` wheels on `x86_64` runners, and `arm64` wheels on `arm64` runners.
On GitHub Actions, `macos-14` runners are `arm64`, and `macos-13` runners are `x86_64`. So all you need to do is ensure both are in your build matrix.
On GitHub Actions, `macos-14` runners are `arm64`, and `macos-15-intel` runners are `x86_64`. So all you need to do is ensure both are in your build matrix.
#### Cross-compiling