Skip to content

Commit 36b722f

Browse files
committed
Explicitly test on x86-64
1 parent 8373d7d commit 36b722f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
include:
6565
- os: "macos-14" # For m1 macos
6666
python-version: "3.12"
67-
- os: "macos-latest" # for x86 macos
67+
- os: "macos-13" # for x86 macos
6868
python-version: "3.8"
6969
- os: "windows-latest"
7070
python-version: "3.8"

0 commit comments

Comments
 (0)