Skip to content

Commit b048ba3

Browse files
ci: Run critical UI tests on iOS 18 (#4454)
iOS 18.1 is still in beta. Let's use 18.0 instead.
1 parent b695b61 commit b048ba3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ui-tests-critical.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,25 @@ jobs:
5454
device: "iPhone 8"
5555
os-version: "15.5"
5656
create-simulator: true
57+
5758
- runs-on: macos-13
5859
xcode: "14.3.1"
5960
device: "iPhone 14"
6061
os-version: "16.4"
6162
create-simulator: true
63+
6264
- runs-on: macos-14-xlarge
6365
# on macos-14 the iOS 17.5 simulator was unstable
6466
# crashing and failing all UI tests
6567
# iOS 15.5, 16.4 and 18.1 worked on the base runners
6668
xcode: "15.4"
6769
device: "iPhone 15"
6870
os-version: "17.5"
71+
6972
- runs-on: macos-15
7073
xcode: "16"
7174
device: "iPhone 16"
72-
os-version: "18.1"
75+
os-version: "18.0"
7376

7477
steps:
7578
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)