Skip to content

Commit d061fd9

Browse files
committed
fixup! release: add Mac OSX installer build
Apparently the macos-latest-xl-arm64 pool either does not exist anymore or is somehow broken. I just waited over 4h for a job to be started. Seeing as `macos-latest` is now ARM-based, let's see whether we can just use that pool instead. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3710e34 commit d061fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ jobs:
381381

382382
# Build and sign Mac OSX installers & upload artifacts
383383
create-macos-artifacts:
384-
runs-on: macos-latest-xl-arm64
384+
runs-on: macos-latest
385385
needs: prereqs
386386
env:
387387
VERSION: "${{ needs.prereqs.outputs.tag_version }}"

0 commit comments

Comments
 (0)