Skip to content

Commit 83a2de8

Browse files
committed
fix: release runner macos-latest
1 parent 5688e93 commit 83a2de8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
target: aarch64-unknown-linux-gnu
2424
ext: ""
2525
archive: tar.gz
26-
- os: macos-14
26+
- os: macos-latest
2727
target: aarch64-apple-darwin
2828
ext: ""
2929
archive: tar.gz
30-
- os: macos-13
30+
- os: macos-latest
3131
target: x86_64-apple-darwin
3232
ext: ""
3333
archive: tar.gz

0 commit comments

Comments
 (0)