Skip to content

Commit 23540c9

Browse files
authored
Merge pull request #6824 from psf/nateprewitt-patch-1
Remove old macOS runners
2 parents a6cf27a + ad959ac commit 23540c9

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ jobs:
1414
matrix:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
17-
# Python 3.8 and 3.9 do not run on macOS-latest which
18-
# is now using arm64 hardware.
19-
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
20-
exclude:
21-
- { python-version: "3.8", os: "macos-latest" }
22-
- { python-version: "3.9", os: "macos-latest" }
23-
include:
24-
- { python-version: "3.8", os: "macos-13" }
25-
- { python-version: "3.9", os: "macos-13" }
2617

2718
steps:
2819
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

0 commit comments

Comments
 (0)