Skip to content

Commit

Permalink
Set xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Nov 15, 2024
1 parent e520f03 commit b2f3b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: 8.0.x
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.1
- name: Put distribution cert
env: # Or as an environment variable
APPLE_DISTRIBUTION_CERT_P12_BASE64: ${{ secrets.APPLE_DISTRIBUTION_CERT_P12_BASE64 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: 8.0.x
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 16.1
- uses: mlilback/build-number@v1
name: Set build number
id: buildNumber
Expand Down

0 comments on commit b2f3b51

Please sign in to comment.