Skip to content

Commit dbefe54

Browse files
author
Dylan Bobby Storey
committed
Fix release workflow: use macos-latest for x86_64-apple-darwin
macos-13 runners are no longer available. Use macos-latest (ARM) with cross-compilation target instead.
1 parent 8d2817e commit dbefe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runner: ubuntu-24.04-arm
2626
asset: arawn-linux-aarch64.tar.gz
2727
- target: x86_64-apple-darwin
28-
runner: macos-13
28+
runner: macos-latest
2929
asset: arawn-darwin-x86_64.tar.gz
3030
- target: aarch64-apple-darwin
3131
runner: macos-latest

0 commit comments

Comments
 (0)