We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b239d commit 99585c1Copy full SHA for 99585c1
1 file changed
.github/workflows/prepare-release.yml
@@ -125,12 +125,13 @@ jobs:
125
needs: create_draft_release
126
if: github.event.inputs.do_build_native_images == 'true'
127
strategy:
128
+ fail-fast: false
129
matrix:
130
include:
131
- runner: buildjet-2vcpu-ubuntu-1804
132
os_family: linux
133
arch: amd64
- - runner: macos-latest
134
+ - runner: macos-13
135
os_family: macOS
136
137
- runner: windows-2019
0 commit comments