Skip to content

Commit a947bde

Browse files
sovanesyanclaude
andcommitted
Fix release workflow: use macos-15 for x86_64 build
macos-13 runners are no longer available on GitHub Actions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22ef44f commit a947bde

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
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- os: macos-14
1717
target: aarch64-apple-darwin
18-
- os: macos-13
18+
- os: macos-15
1919
target: x86_64-apple-darwin
2020
runs-on: ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)