Skip to content

Commit

Permalink
ci: Run critical UI tests on iOS 18 (#4454)
Browse files Browse the repository at this point in the history
iOS 18.1 is still in beta. Let's use 18.0 instead.
  • Loading branch information
philipphofmann authored Oct 17, 2024
1 parent b695b61 commit b048ba3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ui-tests-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,25 @@ jobs:
device: "iPhone 8"
os-version: "15.5"
create-simulator: true

- runs-on: macos-13
xcode: "14.3.1"
device: "iPhone 14"
os-version: "16.4"
create-simulator: true

- runs-on: macos-14-xlarge
# on macos-14 the iOS 17.5 simulator was unstable
# crashing and failing all UI tests
# iOS 15.5, 16.4 and 18.1 worked on the base runners
xcode: "15.4"
device: "iPhone 15"
os-version: "17.5"

- runs-on: macos-15
xcode: "16"
device: "iPhone 16"
os-version: "18.1"
os-version: "18.0"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b048ba3

Please sign in to comment.