From 99585c1425f0aaeed70bec7505b58763972ac53a Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Mon, 8 Jul 2024 10:07:42 -0700 Subject: [PATCH] Change build_native_images mac runner to macos-13 (#2135) --- .github/workflows/prepare-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 37160acae..0d20aed79 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -125,12 +125,13 @@ jobs: needs: create_draft_release if: github.event.inputs.do_build_native_images == 'true' strategy: + fail-fast: false matrix: include: - runner: buildjet-2vcpu-ubuntu-1804 os_family: linux arch: amd64 - - runner: macos-latest + - runner: macos-13 os_family: macOS arch: amd64 - runner: windows-2019