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 ee2ec82 commit b596f7dCopy full SHA for b596f7d
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
macOS:
16
runs-on: macos-14
17
env:
18
- XCODE_VERSION: ${{ '14.1' }}
+ XCODE_VERSION: ${{ '16.4' }}
19
steps:
20
- name: Select Xcode
21
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Add macOS binaries to release
0 commit comments