summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-20 23:01:08 +0100
committerGitHub <noreply@github.com>2022-10-20 22:01:08 +0000
commitcacda2d1f5cef3fcbb62e3db2a0b0a4a634c86dd (patch)
tree53dd1b162f06dab7f3c14fb16b71405c7ac22765
parentUse servlets for /key/ endpoints. (#14229) (diff)
downloadsynapse-cacda2d1f5cef3fcbb62e3db2a0b0a4a634c86dd.tar.xz
Build wheels on macos 11, not 10.15 (#14249)
-rw-r--r--.github/workflows/release-artifacts.yml6
-rw-r--r--changelog.d/14249.misc1
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml

index 60db6ad7f0..0601a7dbaf 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml
@@ -99,7 +99,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, macos-10.15] + os: [ubuntu-20.04, macos-11] arch: [x86_64, aarch64] # is_pr is a flag used to exclude certain jobs from the matrix on PRs. # It is not read by the rest of the workflow. @@ -109,9 +109,9 @@ jobs: exclude: # Don't build macos wheels on PR CI. - is_pr: true - os: "macos-10.15" + os: "macos-11" # Don't build aarch64 wheels on mac. - - os: "macos-10.15" + - os: "macos-11" arch: aarch64 # Don't build aarch64 wheels on PR CI. - is_pr: true diff --git a/changelog.d/14249.misc b/changelog.d/14249.misc new file mode 100644
index 0000000000..3a2ce1e0c2 --- /dev/null +++ b/changelog.d/14249.misc
@@ -0,0 +1 @@ +Build wheels on macos 11, not 10.15.