summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 14:47:40 +0100
committerDavid Robertson <davidr@element.io>2022-10-03 14:47:40 +0100
commitc22562b916a11479678af153fc818696b4c4363e (patch)
tree5ff5fe885566365520281a8cfe2419369bb01726
parentChangelog (diff)
downloadsynapse-c22562b916a11479678af153fc818696b4c4363e.tar.xz
Try a different matrix syntax
-rw-r--r--.github/workflows/release-artifacts.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index 70b22c1fcb..1aa8f2f345 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -94,17 +94,15 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
+        os: [ubuntu-20.04, macos-10.15]
+        emulate_aarch64: [false]
         # 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.
         is_pr:
           - ${{ startsWith(github.ref, 'refs/pull/') }}
         include:
           - os: ubuntu-20.04
-            emulate_aarch64: false
-          - os: ubuntu-20.04
             emulate_aarch64: true
-          - os: macos-10.15
-            emulate_aarch64: false
 
         exclude:
           # Don't build macos wheels on PR CI.