We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6bc4a4 + e13aa36 commit 472037bCopy full SHA for 472037b
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ env:
16
RUSTFLAGS: "-D warnings -W unreachable-pub"
17
RUSTUP_MAX_RETRIES: 10
18
FETCH_DEPTH: 0 # pull in the tags for the version string
19
- MACOSX_DEPLOYMENT_TARGET: 13.0
+ MACOSX_DEPLOYMENT_TARGET: 14.0
20
ZIG_VERSION: 0.13.0
21
ZIGBUILD_VERSION: 0.19.8
22
@@ -52,7 +52,7 @@ jobs:
52
target: arm-unknown-linux-gnueabihf
53
zig_target: arm-unknown-linux-gnueabihf.2.28
54
code-target: linux-armhf
55
- - os: macos-13
+ - os: macos-14
56
target: x86_64-apple-darwin
57
code-target: darwin-x64
58
pgo: clap-rs/[email protected]
0 commit comments