We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84084e5 commit 4a1bb78Copy full SHA for 4a1bb78
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
artifact: shipit-x86_64-unknown-linux-gnu
29
30
# macOS Intel (native on macos-13 runner)
31
- - os: macos-13
+ - os: macos-15
32
target: x86_64-apple-darwin
33
artifact: shipit-x86_64-apple-darwin
34
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "shipit"
3
-version = "0.1.2"
+version = "0.1.3"
4
edition = "2024"
5
license = "MIT"
6
description = "A CLI for managing git releases"
0 commit comments