summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-07 18:13:55 +0000
committerDavid Robertson <davidr@element.io>2023-02-07 18:13:55 +0000
commitf7aa7b4dbeae3b44c047a9654fc20cdd3b9c3cdf (patch)
treead201684fe7b54ac4b6ae9fa229552796b2593e8
parentDisambiguate `get_ex_outlier_stream_rows` query (diff)
downloadsynapse-f7aa7b4dbeae3b44c047a9654fc20cdd3b9c3cdf.tar.xz
DEBUG: build mac wheels on PRs
-rw-r--r--.github/workflows/release-artifacts.yml6
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