We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538cb9a commit b20602cCopy full SHA for b20602c
.github/workflows/cd-wheel.yml
@@ -81,7 +81,7 @@ jobs:
81
rows = [
82
("Linux", "aarch64", "ubuntu-24.04-arm"),
83
("Linux", "x86_64", "ubuntu-24.04"),
84
- ("macOS", "arm64", "macos-14"),
+ ("macOS", "arm64", "macos-15"),
85
("macOS", "x86_64", "macos-13"),
86
]
87
os, _, arch = "${{ inputs.os-arch }}".partition("-")
0 commit comments