We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc543d4 commit 65b3acaCopy full SHA for 65b3aca
.github/workflows/release.yml
@@ -12,8 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- 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
+ # 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
17
- uses: bufbuild/[email protected]
18
with:
19
github_token: ${{ github.token }}
0 commit comments