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
|
run: brew install swiftgen
|
||||||
|
|
||||||
- name: Set Xcode Version
|
- 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
|
- name: Cache Carthage
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
@ -63,4 +63,4 @@ jobs:
|
||||||
xcodebuild build -project "Swiftfin.xcodeproj" \
|
xcodebuild build -project "Swiftfin.xcodeproj" \
|
||||||
-scheme "${{ matrix.scheme }}" \
|
-scheme "${{ matrix.scheme }}" \
|
||||||
-clonedSourcePackagesDirPath PackageCache \
|
-clonedSourcePackagesDirPath PackageCache \
|
||||||
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
|
||||||
|
|
Loading…
Reference in New Issue