Skip to content

Commit 6cba89f

Browse files
author
Sebastian Thiel
authored
Merge pull request gitpython-developers#1817 from EliahKagan/ci-arm
Test with M1 macOS CI runner
2 parents 3749037 + 9ad28c3 commit 6cba89f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pythonpackage.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "macos-13", "windows-latest"]
16+
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
18+
exclude:
19+
- os: "macos-14"
20+
python-version: "3.7"
21+
- os: "macos-14"
22+
python-version: "3.8"
23+
- os: "macos-14"
24+
python-version: "3.9"
1825
include:
1926
- experimental: false
2027

0 commit comments

Comments
 (0)