We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d2d2a commit d97780aCopy full SHA for d97780a
.github/workflows/test.yml
@@ -26,5 +26,8 @@ jobs:
26
username: cirunner
27
password: ${{ secrets.GITHUB_TOKEN }}
28
29
+ - name: Install xcodes
30
+ run: brew install xcodes
31
+
32
- name: Run tests with fastlane
33
run: bundle exec fastlane test
fastlane/Fastfile
@@ -17,7 +17,7 @@ default_platform(:ios)
17
18
platform :ios do
19
before_all do
20
- xcodes(version: "15.2", select_for_current_build_only: true)
+ xcodes(version: "16.2", select_for_current_build_only: true)
21
end
22
23
desc "Run all iOS unit and ui tests."
0 commit comments