Skip to content

Commit 1f3b3f7

Browse files
srv1nclaude
andcommitted
ci: replace retired macos-13 runner with macos-15/macos-15-intel
GitHub retired the macos-13 image. Both darwin matrix jobs failed instantly on v0.1.5 ("configuration 'macos-13-us-default' is not supported") and hang unschedulable on v0.1.6. x86_64-apple-darwin -> macos-15-intel aarch64-apple-darwin -> macos-15 (native ARM64) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018e5FTMgwzBD46RZaN8z8An
1 parent 9a1b505 commit 1f3b3f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,12 +186,12 @@ jobs:
186186

187187
# macOS builds
188188
- target: x86_64-apple-darwin
189-
os: macos-13
189+
os: macos-15-intel
190190
name: darwin-intel
191191
display_name: "macOS Intel"
192192
cross: false
193193
- target: aarch64-apple-darwin
194-
os: macos-13
194+
os: macos-15
195195
name: darwin-apple-silicon
196196
display_name: "macOS Apple Silicon"
197197
cross: false

0 commit comments

Comments
 (0)