Skip to content

Commit 8c708ac

Browse files
authored
Update CI release job to use Xcode 15 (#216)
Without this, the release job fails because the `Package.swift` requires a Swift version higher than the GitHub runner's default.
1 parent 16a295f commit 8c708ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: macos-13
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Select Xcode version
15+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
16+
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
1417
- uses: bufbuild/[email protected]
1518
with:
1619
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)