Skip to content

Commit 81437af

Browse files
committed
arm mac requires 3.10
1 parent b278f62 commit 81437af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
os: ["ubuntu-latest"]
7070
include:
7171
- os: "macos-13"
72-
python-version: 3.8
72+
python-version: "3.8"
7373
- os: "macos-14"
74-
python-version: 3.8
74+
python-version: "3.10"
7575
- os: "windows-latest"
76-
python-version: 3.8
76+
python-version: "3.8"
7777
steps:
7878
- uses: actions/[email protected]
7979
with:

0 commit comments

Comments
 (0)