Skip to content

Commit d3b9e5b

Browse files
committed
fix: use macos-15 (macos-13 retired)
1 parent f83c3d9 commit d3b9e5b

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
@@ -26,7 +26,7 @@ jobs:
2626
include:
2727
- os: macos-14 # Apple Silicon
2828
platform: darwin-arm64
29-
- os: macos-13 # Intel Mac
29+
- os: macos-15 # Intel Mac (macos-13 retired)
3030
platform: darwin-x64
3131
- os: ubuntu-latest
3232
platform: linux-x64

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.4

0 commit comments

Comments
 (0)