Skip to content

Commit 616ad5c

Browse files
yarin-magclaude
andcommitted
ci: replace retired macos-13 runner with macos-15-intel
macos-13 was fully retired by GitHub in December 2025. macos-15-intel is the official replacement for x64/Intel builds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c45e08f commit 616ad5c

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
@@ -32,7 +32,7 @@ jobs:
3232
build_cmd: bash scripts/build-release.sh macos-arm64
3333
upload_file: marionette-macos-arm64.tar.gz
3434

35-
- os: macos-13 # x64 GitHub-hosted runner
35+
- os: macos-15-intel # x64 GitHub-hosted runner (macos-13 retired Dec 2025)
3636
artifact: macos-x64
3737
build_cmd: bash scripts/build-release.sh macos-x64
3838
upload_file: marionette-macos-x64.tar.gz

0 commit comments

Comments
 (0)