Skip to content

Commit 10489d4

Browse files
committed
Fix release workflow: use macos-latest for x86_64 cross-compilation
macos-13 runners are deprecated and getting cancelled. Use macos-latest (ARM) with cross-compilation, matching the build workflow.
1 parent 0781bea commit 10489d4

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
@@ -18,7 +18,7 @@ jobs:
1818
target: x86_64-unknown-linux-gnu
1919
- platform: macos-latest
2020
target: aarch64-apple-darwin
21-
- platform: macos-13
21+
- platform: macos-latest
2222
target: x86_64-apple-darwin
2323
- platform: windows-latest
2424
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)