Skip to content

Commit 99585c1

Browse files
Change build_native_images mac runner to macos-13 (#2135)
1 parent 46b239d commit 99585c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,13 @@ jobs:
125125
needs: create_draft_release
126126
if: github.event.inputs.do_build_native_images == 'true'
127127
strategy:
128+
fail-fast: false
128129
matrix:
129130
include:
130131
- runner: buildjet-2vcpu-ubuntu-1804
131132
os_family: linux
132133
arch: amd64
133-
- runner: macos-latest
134+
- runner: macos-13
134135
os_family: macOS
135136
arch: amd64
136137
- runner: windows-2019

0 commit comments

Comments
 (0)