Skip to content

Commit dd1ae1a

Browse files
cigraingerclaude
andcommitted
Fix release CI: replace deprecated macos-13 with macos-latest
macos-13 runner is no longer supported on GitHub Actions. Use macos-latest for both x86_64 (cross-compiled) and aarch64 (native). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a236aec commit dd1ae1a

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
@@ -19,7 +19,7 @@ jobs:
1919
target: x86_64
2020
- os: ubuntu-latest
2121
target: aarch64
22-
- os: macos-13
22+
- os: macos-latest
2323
target: x86_64
2424
- os: macos-latest
2525
target: aarch64

0 commit comments

Comments
 (0)