Skip to content

Commit 9e83962

Browse files
fix: use macos-14 runner for x86_64-apple-darwin release build (#38)
macos-13 runner is no longer supported by GitHub Actions. Cross-compile x86_64 on Apple Silicon (macos-14) instead.
1 parent 5feedca commit 9e83962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- target: x86_64-apple-darwin
24-
os: macos-13
24+
os: macos-14
2525
archive: tar.gz
2626
- target: aarch64-apple-darwin
2727
os: macos-14

0 commit comments

Comments
 (0)