Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6cba89f

Browse files
authored
Merge pull request #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‎

Lines changed: 8 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /