mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-27 00:00:37 +00:00
Update ci.yml for xcode 16 (#1244)
This commit is contained in:
parent
c4b6a00645
commit
f06c6a88b0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
@ -63,4 +63,4 @@ jobs:
|
||||
xcodebuild build -project "Swiftfin.xcodeproj" \
|
||||
-scheme "${{ matrix.scheme }}" \
|
||||
-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
Block a user