diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-18 11:26:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 11:26:36 +0200 |
commit | 5a65e8a0d164e63b3d4fe4e4753ff686315a5446 (patch) | |
tree | 4200cb982df2295784ccc11b8907ec72d2f78e93 /changelog.d/17319.misc | |
parent | 1.109.0rc3 (diff) | |
download | synapse-5a65e8a0d164e63b3d4fe4e4753ff686315a5446.tar.xz |
Switch to macOS 12 runners to fix building of wheels for macOS (#17319)
This changes the release artefacts workflow to use `macos-12` runners instead of `macos-11`, as the latter will be fully deprecated in a few days. This also updates `cibuildwheel` to a newer version, as it would not 'repair' the macOS wheels correctly The difference is that now instead of outputting a macOS 11+ compatible wheel, we output a macOS 12+ compatible one. This is fine, as macOS 11 is considered EOL since September 2023. We can also expect that macOS 12 will be considered EOL in September 2024, as Apple usually supports the last 3 macOS version, and macOS 15 is scheduled to be released around that time.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/17319.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17319.misc b/changelog.d/17319.misc new file mode 100644 index 0000000000..6bb0eb6ade --- /dev/null +++ b/changelog.d/17319.misc @@ -0,0 +1 @@ +Switch to macOS 12 runners to fix building of wheels for macOS. |