Skip to content

Commit b12111d

Browse files
authored
Update github-actions-ci.yml
Update to Xcode 15.0.1
1 parent 8f00f32 commit b12111d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- run: bundle install
1313
- run: pod install --repo-update
1414

15-
- name: Set Xcode Version 13.2.1
16-
run: sudo xcode-select -s /Applications/Xcode_13.2.1.app
15+
- name: Set Xcode Version 15.0.1
16+
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
1717

1818
- name: fastlane
1919
run: set -o pipefail && bundle exec fastlane travis

0 commit comments

Comments
 (0)