Skip to content

Commit 2c80f39

Browse files
committed
Checkout both macos
1 parent e42d493 commit 2c80f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ jobs:
6262
- "pypy-3.10"
6363
os: ["ubuntu-latest"]
6464
include:
65-
- os: "macos-latest"
65+
- os: "macos-latest" # For m1 macos
66+
python-version: "3.8"
67+
- os: "macos-13" # for x86 macos
6668
python-version: "3.8"
6769
- os: "windows-latest"
6870
python-version: "3.8"

0 commit comments

Comments
 (0)