Skip to content

Commit

Permalink
Change build_native_images mac runner to macos-13 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jul 8, 2024
1 parent 46b239d commit 99585c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99585c1

Please sign in to comment.