Skip to content

Commit

Permalink
Update release CI job to use Xcode 16 (#314)
Browse files Browse the repository at this point in the history
I missed this in #306.

---------

Signed-off-by: Michael Rebello <[email protected]>
  • Loading branch information
rebello95 authored Oct 15, 2024
1 parent fc543d4 commit 65b3aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Select Xcode version
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
run: sudo xcode-select --switch /Applications/Xcode_16.app
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
Expand Down

0 comments on commit 65b3aca

Please sign in to comment.