Skip to content

Commit e50aa73

Browse files
committed
Update build matrix for CI runners in buildwheels.yml
1 parent 0c042d9 commit e50aa73

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
matrix:
4343
# Native runners for each architecture we publish: x86_64 Linux,
4444
# aarch64 Linux, x86_64 macOS, Apple Silicon macOS, and x86_64 Windows.
45-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-latest, windows-latest]
45+
# macos-latest currently tracks macos-26 (arm64); macos-26-intel keeps
46+
# the x86_64 macOS build on the same OS/Xcode generation.
47+
# See available runner images/labels: https://github.com/actions/runner-images
48+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-26-intel, macos-26, windows-latest]
4649

4750
steps:
4851
- uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)