Skip to content

Commit

Permalink
TO-DROP: skip non-ARM64 macOS build, too
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 21, 2023
1 parent af7dbbd commit c5f9988
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:
strategy:
matrix:
arch:
- name: x86_64
runner: macos-latest
- name: arm64
runner: macos-latest-xl-arm64]
runs-on: ${{ matrix.arch.runner }}
Expand Down Expand Up @@ -152,7 +150,7 @@ jobs:
needs: osx_build
strategy:
matrix:
arch: [x86_64, arm64]
arch: [arm64]
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -213,8 +211,6 @@ jobs:
strategy:
matrix:
arch:
- name: x86_64
runner: macos-latest
- name: arm64
runner: macos-latest-xl-arm64
runs-on: ${{ matrix.arch.runner }}
Expand Down Expand Up @@ -273,7 +269,7 @@ jobs:
osx_sign_and_notarize_pkg:
strategy:
matrix:
arch: [x86_64, arm64]
arch: [arm64]
# ESRP service requires signing to run on Windows
runs-on: windows-latest
environment: release
Expand Down Expand Up @@ -347,8 +343,6 @@ jobs:
strategy:
matrix:
arch:
- name: x86_64
runner: macos-latest
- name: arm64
runner: macos-latest-xl-arm64
runs-on: ${{ matrix.arch.runner }}
Expand Down Expand Up @@ -398,9 +392,6 @@ jobs:
- os: macos-latest-xl-arm64
artifact: osx-signed-arm64-pkg
command: git
- os: macos-latest
artifact: osx-signed-x86_64-pkg
command: git
runs-on: ${{ matrix.component.os }}
needs: [prereqs, osx_publish_dmg]
steps:
Expand Down

0 comments on commit c5f9988

Please sign in to comment.