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 c124c58 commit 849ff42Copy full SHA for 849ff42
.github/workflows/ci.yml
@@ -62,9 +62,9 @@ jobs:
62
- "pypy-3.10"
63
os: ["ubuntu-latest"]
64
include:
65
- - os: "macos-latest" # For m1 macos
66
- python-version: "3.8"
67
- - os: "macos-13" # for x86 macos
+ - os: "macos-14" # For m1 macos
+ python-version: "3.12"
+ - os: "macos-latest" # for x86 macos
68
python-version: "3.8"
69
- os: "windows-latest"
70
@@ -159,6 +159,7 @@ jobs:
159
os:
160
- ubuntu-latest
161
- macos-latest
162
+ - macos-14
163
- windows-latest
164
cibw_archs_linux: ["x86_64"]
165
build_sdist: [true]
0 commit comments