Skip to content

Commit

Permalink
Disable smoke test on arm64 release step
Browse files Browse the repository at this point in the history
GitHub Actions docs are a bit misleading on this, but macos-latest
hasn't actually finished rolling out to macOS 14 & Apple Silicon yet
  • Loading branch information
maxfierke committed Apr 16, 2024
1 parent ec56973 commit 039483f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ jobs:
- name: Build signed & notorized release bundle
run: make release RELEASE=1 STATIC=1 TARGET_ARCH=arm64

- name: Smoke test the codesigned release
run: bin/mstrap --help
# Re-enable after macos-latest is on Apple Silicon
# - name: Smoke test the codesigned release
# run: bin/mstrap --help

- name: Upload release bundle artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 039483f

Please sign in to comment.