Skip to content

Commit

Permalink
Update CI release job to use Xcode 15 (#216)
Browse files Browse the repository at this point in the history
Without this, the release job fails because the `Package.swift` requires
a Swift version higher than the GitHub runner's default.
  • Loading branch information
rebello95 committed Nov 14, 2023
1 parent 16a295f commit 8c708ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Select Xcode version
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
- uses: bufbuild/buf-setup-action@v1.28.0
with:
github_token: ${{ github.token }}
Expand Down

0 comments on commit 8c708ac

Please sign in to comment.