Skip to content

Commit d97780a

Browse files
committed
Select Xcode 16.2
1 parent d2d2d2a commit d97780a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
username: cirunner
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

29+
- name: Install xcodes
30+
run: brew install xcodes
31+
2932
- name: Run tests with fastlane
3033
run: bundle exec fastlane test

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default_platform(:ios)
1717

1818
platform :ios do
1919
before_all do
20-
xcodes(version: "15.2", select_for_current_build_only: true)
20+
xcodes(version: "16.2", select_for_current_build_only: true)
2121
end
2222

2323
desc "Run all iOS unit and ui tests."

0 commit comments

Comments
 (0)