Skip to content

Commit 4a3f1a8

Browse files
committed
Test on macos-14
1 parent c124c58 commit 4a3f1a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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
66-
python-version: "3.8"
67-
- os: "macos-13" # for x86 macos
65+
- os: "macos-14" # For m1 macos
66+
python-version: "3.12"
67+
- os: "macos-latest" # for x86 macos
6868
python-version: "3.8"
6969
- os: "windows-latest"
7070
python-version: "3.8"

0 commit comments

Comments
 (0)