Skip to content

Commit

Permalink
test(critical): Remove iOS 17 (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Oct 29, 2024
1 parent 0f2d241 commit 5c6ef23
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ui-tests-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ jobs:
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"
# macos-14 iOS 17 not included due to the XCUIServerNotFound errors causing flaky tests

- runs-on: macos-15
xcode: "16"
Expand Down

0 comments on commit 5c6ef23

Please sign in to comment.