-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
Description
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
Brown-outs will begin starting November. We make use of this runner in our release workflow:
synapse/.github/workflows/release-artifacts.yml
Lines 113 to 118 in 0aeb95f
matrix: | |
os: | |
- ubuntu-24.04 | |
- ubuntu-24.04-arm | |
- macos-13 # This uses x86-64 | |
- macos-14 # This uses arm64 |
We should drop support for MacOS 13, and add support for MacOS 15. We should continue to build for x86_64 and arm64 where we can.