Update ci.yml for xcode 16 (#1244)
This commit is contained in:
parent
c4b6a00645
commit
f06c6a88b0
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: brew install swiftgen
|
||||
|
||||
- name: Set Xcode Version
|
||||
run: sudo xcode-select -s "/Applications/Xcode_15.3.app"
|
||||
run: sudo xcode-select -s "/Applications/Xcode_16.app"
|
||||
|
||||
- name: Cache Carthage
|
||||
uses: actions/cache@v4
|
||||
|
|
Loading…
Reference in New Issue