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 9a22684 commit 70b5c2aCopy full SHA for 70b5c2a
.github/workflows/publish.yml
@@ -40,11 +40,11 @@ jobs:
40
# We use the same order as in the table
41
# * For Windows we support amd64 only
42
# * For Linux we support ARM64 and x86_64
43
- # * For macOS we support x86_64 (macos-13 runner) and ARM64 (macos-14 runner)
+ # * For macOS we support x86_64 (macos-15-intel runner) and ARM64 (macos-14 runner)
44
# * We build wheels for CPython only, one per platform, compatible with ABI3.9
45
include:
46
# CPython 3.9
47
- - os: macos-13
+ - os: macos-15-intel
48
cibw_build: cp39-macosx_x86_64
49
- os: macos-14
50
cibw_build: cp39-macosx_arm64
0 commit comments