Skip to content

Commit 6c9cd86

Browse files
committed
fix: use macos-latest for both darwin targets (macos-13 retired)
1 parent 5a17798 commit 6c9cd86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
artifact: kf-aarch64-linux
6767
use_cross: true
6868

69-
- os: macos-13
69+
# Both macOS targets build on the same arm64 runner.
70+
# Apple's SDK + Rust support cross-compiling x86_64 from arm64 natively.
71+
- os: macos-latest
7072
target: x86_64-apple-darwin
7173
artifact: kf-x86_64-macos
7274
use_cross: false

0 commit comments

Comments
 (0)