Skip to content

Commit 59aace9

Browse files
ldomaradzkiclaude
andcommitted
Update CI to use macOS 15 and Xcode 16 for Swift 6.0
Required for Swift 6.0 toolchain compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 95c6cc4 commit 59aace9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on: macos-14
13+
runs-on: macos-15
1414
steps:
1515
- uses: actions/checkout@v4
16-
16+
17+
- name: Select Xcode 16
18+
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
19+
1720
- name: Build for Apple Silicon
1821
run: |
1922
# Replace version in source code with git tag (strip v prefix)

0 commit comments

Comments
 (0)