Skip to content

Commit dcb2818

Browse files
committed
fixup! release: add installer validation
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 d061fd9 commit dcb2818

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
@@ -720,7 +720,7 @@ jobs:
720720
- os: ubuntu-latest
721721
artifact: linux-artifacts
722722
command: git
723-
- os: macos-latest-xl-arm64
723+
- os: macos-latest
724724
artifact: macos-artifacts
725725
command: git
726726
- os: macos-latest

0 commit comments

Comments
 (0)