Skip to content

Commit

Permalink
Use Xcode 14.0 on CI (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Oct 2, 2022
1 parent e09757a commit 827a647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: mxcl/xcodebuild@v1
with:
action: none
xcode: ^14.0
xcode: 14.0
- name: Build App
run: |
xcodebuild -disableAutomaticPackageResolution -scheme FurAffinity -destination 'platform=iOS Simulator,name=iPhone 13' -configuration Release build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: mxcl/xcodebuild@v1
with:
action: none
xcode: ^14.0
xcode: 14.0
- name: Archive App
run: |
git_hash=$(git rev-parse --short "$GITHUB_SHA")
Expand Down

0 comments on commit 827a647

Please sign in to comment.