Skip to content

Commit 6e37453

Browse files
committed
Build on macos-14
1 parent c124c58 commit 6e37453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
- "pypy-3.10"
6363
os: ["ubuntu-latest"]
6464
include:
65-
- os: "macos-latest" # For m1 macos
65+
- os: "macos-14" # For m1 macos
6666
python-version: "3.8"
67-
- os: "macos-13" # for x86 macos
67+
- os: "macos-latest" # for x86 macos
6868
python-version: "3.8"
6969
- os: "windows-latest"
7070
python-version: "3.8"
@@ -159,6 +159,7 @@ jobs:
159159
os:
160160
- ubuntu-latest
161161
- macos-latest
162+
- macos-14
162163
- windows-latest
163164
cibw_archs_linux: ["x86_64"]
164165
build_sdist: [true]

0 commit comments

Comments
 (0)