Skip to content

Commit f7d3b42

Browse files
committed
Fix x86_64-apple-darwin build: replace retired macos-13 runner with macos-latest
macos-13 (x86) runners have been retired by GitHub. The x86_64-apple-darwin target can be cross-compiled on macos-latest (arm64) using Rust's built-in cross-compilation support — no behaviour change, just a supported runner. https://claude.ai/code/session_01GzGtjMcwBXyVW3uKW4F2Ai
1 parent 8f29b60 commit f7d3b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
use-cross: false
7272

7373
- target: x86_64-apple-darwin
74-
os: macos-13
74+
os: macos-latest
7575
artifact-name: stackql-deploy-macos-x86_64
7676
archive: tar.gz
7777
use-cross: false

0 commit comments

Comments
 (0)