Skip to content

Commit 65b3aca

Browse files
authored
Update release CI job to use Xcode 16 (#314)
I missed this in #306. --------- Signed-off-by: Michael Rebello <[email protected]>
1 parent fc543d4 commit 65b3aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Select Xcode version
15-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
16-
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
15+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
16+
run: sudo xcode-select --switch /Applications/Xcode_16.app
1717
- uses: bufbuild/[email protected]
1818
with:
1919
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)