Skip to content

Commit 94c4c71

Browse files
committed
fix: use macos-15 runner for x86_64 cross-compilation
macos-13 runner is no longer supported by GitHub Actions.
1 parent f7568b1 commit 94c4c71

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
@@ -24,7 +24,7 @@ jobs:
2424
build_cli: true
2525

2626
- platform: macos-x86_64
27-
runner: macos-13
27+
runner: macos-15
2828
target: x86_64-apple-darwin
2929
cli_name: ""
3030
gui_name: file-encryption-gui

0 commit comments

Comments
 (0)