Skip to content

Commit c26690d

Browse files
authored
Merge pull request #194 from cielavenir/macosCI
Add macos-14 CI, which uses M1 architecture
2 parents 748c07e + cba0c33 commit c26690d

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ jobs:
6767
- "pypy-3.10"
6868
os: ["ubuntu-latest"]
6969
include:
70-
- os: "macos-latest"
71-
python-version: 3.8
70+
- os: "macos-13"
71+
python-version: "3.8"
72+
- os: "macos-14"
73+
python-version: "3.10"
7274
- os: "windows-latest"
73-
python-version: 3.8
75+
python-version: "3.8"
7476
steps:
7577
- uses: actions/[email protected]
7678
with:
@@ -168,7 +170,8 @@ jobs:
168170
matrix:
169171
os:
170172
- ubuntu-latest
171-
- macos-latest
173+
- macos-13
174+
- macos-14
172175
- windows-latest
173176
cibw_archs_linux: ["x86_64"]
174177
cibw_before_all_linux:

0 commit comments

Comments
 (0)