Skip to content

Commit

Permalink
feat: update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Jun 23, 2023
1 parent 0268eab commit 7f95a46
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Override fastlane tooling variables
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 10
XCODE_VERSION: 14.3
XCODE_VERSION: 14.3.1
steps:

- name: Cleanup build folder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Override fastlane tooling variables
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 180
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 10
XCODE_VERSION: 14.3
XCODE_VERSION: 14.3.1
steps:

- name: Check out repository
Expand Down

0 comments on commit 7f95a46

Please sign in to comment.