diff options
author | David Robertson <davidr@element.io> | 2023-02-07 18:13:55 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-02-07 18:13:55 +0000 |
commit | f7aa7b4dbeae3b44c047a9654fc20cdd3b9c3cdf (patch) | |
tree | ad201684fe7b54ac4b6ae9fa229552796b2593e8 | |
parent | Disambiguate `get_ex_outlier_stream_rows` query (diff) | |
download | synapse-f7aa7b4dbeae3b44c047a9654fc20cdd3b9c3cdf.tar.xz |
DEBUG: build mac wheels on PRs
-rw-r--r-- | .github/workflows/release-artifacts.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index f540d2d28b..9724b4e3fe 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -107,9 +107,9 @@ jobs: - ${{ startsWith(github.ref, 'refs/pull/') }} exclude: - # Don't build macos wheels on PR CI. - - is_pr: true - os: "macos-11" +# # Don't build macos wheels on PR CI. +# - is_pr: true +# os: "macos-11" # Don't build aarch64 wheels on mac. - os: "macos-11" arch: aarch64 |