Skip to content

Commit

Permalink
Update ci.yml for xcode 16 (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickdan committed Sep 24, 2024
1 parent c4b6a00 commit f06c6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit f06c6a8

Please sign in to comment.