Skip to content

Commit fe4c119

Browse files
committed
proactively update build yml to Xcode 16.4
1 parent 64d3185 commit fe4c119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_loop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
)
207207
steps:
208208
- name: Select Xcode version
209-
run: "sudo xcode-select --switch /Applications/Xcode_16.3.app/Contents/Developer"
209+
run: "sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer"
210210

211211
- name: Checkout Repo for syncing
212212
if: |

0 commit comments

Comments
 (0)