From 83332c75e9b33a6546c03275a3ec999e84d017b7 Mon Sep 17 00:00:00 2001 From: Andrew Bassett <43486400+apbassett@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:25:21 -0400 Subject: [PATCH] 17481: Removes MacOS-arm64 smoke test as release requirement (#27) 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. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b240287..073fb252 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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