diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 08:43:47 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 08:43:47 -0500 |
commit | bdb0cbc5cafb40f6d4920caac763feeeff0f60cf (patch) | |
tree | fcb582ba48812bbb63cf48cbaf82afead39a0cf5 /.github | |
parent | Update admin user API return types in docs. (#16654) (diff) | |
parent | Tweaks from review. (diff) | |
download | synapse-bdb0cbc5cafb40f6d4920caac763feeeff0f60cf.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index fed3a41586..8019f4c250 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -130,7 +130,7 @@ jobs: python-version: "3.x" - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.9.0 + run: python -m pip install cibuildwheel==2.16.2 - name: Set up QEMU to emulate aarch64 if: matrix.arch == 'aarch64' |