Skip to content

Commit 472037b

Browse files
authored
Merge pull request #20774 from lnicola/macos-14-x64
internal: Build x86_64-apple-darwin binaries on macos-14
2 parents a6bc4a4 + e13aa36 commit 472037b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUSTFLAGS: "-D warnings -W unreachable-pub"
1717
RUSTUP_MAX_RETRIES: 10
1818
FETCH_DEPTH: 0 # pull in the tags for the version string
19-
MACOSX_DEPLOYMENT_TARGET: 13.0
19+
MACOSX_DEPLOYMENT_TARGET: 14.0
2020
ZIG_VERSION: 0.13.0
2121
ZIGBUILD_VERSION: 0.19.8
2222

@@ -52,7 +52,7 @@ jobs:
5252
target: arm-unknown-linux-gnueabihf
5353
zig_target: arm-unknown-linux-gnueabihf.2.28
5454
code-target: linux-armhf
55-
- os: macos-13
55+
- os: macos-14
5656
target: x86_64-apple-darwin
5757
code-target: darwin-x64
5858
pgo: clap-rs/[email protected]

0 commit comments

Comments
 (0)