Skip to content

Commit 1aacd7e

Browse files
cclaude
andcommitted
Fix release workflow: use macos-15-intel for x86_64 macOS builds
macos-13 runner was deprecated in December 2025. macos-15-intel is the replacement for Intel macOS builds (available until August 2027). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bb9bdb7 commit 1aacd7e

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
@@ -23,7 +23,7 @@ jobs:
2323
os: macos-latest
2424
use_cross: false
2525
- target: x86_64-apple-darwin
26-
os: macos-13
26+
os: macos-15-intel
2727
use_cross: false
2828

2929
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)