Skip to content

Commit 6299718

Browse files
committed
Update Release action to use macos-13
1 parent 7a10647 commit 6299718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
target: aarch64-unknown-linux-musl
9393
name: aarch64-linux
9494
- build: macos
95-
os: macos-12
95+
os: macos-13
9696
rust: stable
9797
target: x86_64-apple-darwin
9898
name: x86_64-macos
9999
- build: macos-arm
100-
os: macos-12
100+
os: macos-13
101101
rust: stable
102102
target: aarch64-apple-darwin
103103
name: aarch64-macos

0 commit comments

Comments
 (0)