Skip to content

Commit

Permalink
17481: Removes MacOS-arm64 smoke test as release requirement (#27)
Browse files Browse the repository at this point in the history
Since MacOS on arm64 is not yet supported by GitHub Actions runners, we
are skipping the job for that smoke test. However, since it is still a
requirement for the release job, the release job is skipped, too. This
PR removes `smoke-test-macos-arm64` as a requirement for the release
job.
  • Loading branch information
apbassett authored Oct 27, 2023
1 parent d08b199 commit 83332c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ jobs:
- smoke-test-linux-arm64
- smoke-test-linux-arm64_8a
- smoke-test-macos-amd64
- smoke-test-macos-arm64
- smoke-test-windows-amd64
- smoke-test-wasm64
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83332c7

Please sign in to comment.