Skip to content

Commit 4a1bb78

Browse files
committed
ci: build apple intel with macos 15
1 parent 84084e5 commit 4a1bb78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
artifact: shipit-x86_64-unknown-linux-gnu
2929

3030
# macOS Intel (native on macos-13 runner)
31-
- os: macos-13
31+
- os: macos-15
3232
target: x86_64-apple-darwin
3333
artifact: shipit-x86_64-apple-darwin
3434

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shipit"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
license = "MIT"
66
description = "A CLI for managing git releases"

0 commit comments

Comments
 (0)