Skip to content

Commit d7c29e3

Browse files
committed
fix: fix macos build failed
1 parent 9069019 commit d7c29e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: goup-arm-unknown-linux-musleabihf.tar.gz
4242

4343
- target: x86_64-apple-darwin
44-
os: macos-13
44+
os: macos-14
4545
name: goup-x86_64-apple-darwin.tar.gz
4646

4747
- target: aarch64-apple-darwin

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "goup-rs"
3-
version = "0.16.7"
3+
version = "0.16.8"
44
authors = ["thinkgo <thinkgo@aliyun.com>"]
55
edition = "2024"
66
rust-version = "1.93"

0 commit comments

Comments
 (0)