Skip to content

Navigation Menu

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

Appearance settings

Commit 855befa

Browse filesBrowse files
authored
Merge pull request #1946 from EliahKagan/ci-arm-instead
Remove the non-ARM macOS CI jobs
2 parents 0b81749 + be6744b commit 855befa
Copy full SHA for 855befa

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
16+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
exclude:
19-
- os: "macos-14"
19+
- os: "macos-latest"
2020
python-version: "3.7"
2121
include:
2222
- experimental: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.