-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
gh-137638: Remove macos-13 from GitHub Actions #137989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Can this not be put under #137638? |
It can indeed :) |
GitHub is planning brownouts, so we'll need to merge when the jobs first start failing -- likely near the start of the removal window. |
Some form of this will need to be backported through to 3.11 (3.9 and 3.10 both use |
Adapted from pythonGH-137989. Co-Authored-By: Zachary Ware <zach@python.org>
Adapted from pythonGH-137989. Co-Authored-By: Zachary Ware <zach@python.org>
Adapted from pythonGH-137989. Co-Authored-By: Zachary Ware <zach@python.org>
GitHub Actions will be removing
macos-13
between September and November, and because that was the Intel runner (macos-14
andmacos-15
are Apple Silicon), we've dropped Intel macOS (x86_64-apple-darwin) to tier 2 support:I suggest we keep testing on
macos-13
whilst it's available, as it'll help surface failures sooner.But because the removal window is quite long ("This process will begin September 1, 2025, and the image will be fully retired on November 14, 2025"), here's a PR. Whenever
macos-13
is actually removed, this should be ready to merge, and minimise the disruption.macos-13
@ GHA by Sep 1, 2025 #137638