Skip to content

Commit 6a7a972

Browse files
Drop macos-13 from build-and-upload.yml: GitHub retired the runner image
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 5518172 commit 6a7a972

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-and-upload.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ jobs:
3131
strategy:
3232
matrix:
3333
python_version: ['3.9', '3.10'] # The 3.10 builds use abi3, so are good for Python 3.10+
34-
os: ['ubuntu-latest', 'macos-13', 'macos-14', 'windows-latest']
34+
# macos-13 was retained after macos-14 was added, to hedge against the macos-14
35+
# universal2 build not working on macos-13 -- never confirmed either way in
36+
# practice, but it shipped fine from macos-14 across many releases. macos-13 is
37+
# no longer available as a GitHub-hosted runner (jobs requesting it just queue
38+
# forever), so there's no longer a choice to make here.
39+
os: ['ubuntu-latest', 'macos-14', 'windows-latest']
3540
include:
3641
- os: ubuntu-latest
3742
container: quay.io/pypa/manylinux_2_28_x86_64 # https://github.com/pypa/manylinux

0 commit comments

Comments
 (0)