Skip to content

Commit d4540fc

Browse files
committed
ci: Replace deprecated macos-13 runner with macos-14
macos-13 runners are no longer available. Use macos-14 (ARM) and cross-compile for x86_64 since the target is already explicit.
1 parent eea2a8d commit d4540fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gnd-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runner: ubuntu-22.04
2424
asset_name: gnd-linux-aarch64
2525
- target: x86_64-apple-darwin
26-
runner: macos-13
26+
runner: macos-14
2727
asset_name: gnd-macos-x86_64
2828
- target: aarch64-apple-darwin
2929
runner: macos-latest

0 commit comments

Comments
 (0)