Skip to content

Commit 83bb978

Browse files
authored
ci: Bump Xcode & set device used for ui_tests_ios_swift6 (#5976)
* ci: Set device used for `ui_tests_ios_swift6` * Bump Xcode to 16.4
1 parent 139db8b commit 83bb978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
uses: ./.github/workflows/ui-tests-common.yml
107107
with:
108108
fastlane_command: ui_tests_ios_swift6
109-
xcode_version: 16.2
109+
fastlane_command_extra_arguments: device:iPhone 16 (18.5)
110+
xcode_version: 16.4
110111
build_with_make: true
111112
macos_version: macos-15
112113
codecov_test_analytics: true

0 commit comments

Comments
 (0)