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 64d3185 commit fe4c119Copy full SHA for fe4c119
.github/workflows/build_loop.yml
@@ -206,7 +206,7 @@ jobs:
206
)
207
steps:
208
- name: Select Xcode version
209
- run: "sudo xcode-select --switch /Applications/Xcode_16.3.app/Contents/Developer"
+ run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer"
210
211
- name: Checkout Repo for syncing
212
if: |
0 commit comments