Skip to content

Commit

Permalink
ci: Address Sanitizer tests use Xcode 15.2 (#3615)
Browse files Browse the repository at this point in the history
Address Sanitizer tests use Xcode 15.2 with iPhone 14 and iOS 17.2
instead of Xcode 14.3 with iPhone 8 and iOS 15.5.
  • Loading branch information
philipphofmann authored Feb 6, 2024
1 parent 3f74b8f commit 92dbdbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
- run: ./scripts/ci-select-xcode.sh 15.2

# GitHub Actions sometimes fail to launch the UI tests. Therefore we retry
- name: Run Fastlane
run: for i in {1..2}; do fastlane ui_tests_ios_swift device:"$iPhone 8 (15.5)" address_sanitizer:true && break ; done
run: for i in {1..2}; do fastlane ui_tests_ios_swift device:"iPhone 14 (17.2)" address_sanitizer:true && break ; done
shell: sh

- name: Archiving Raw Test Logs
Expand Down

0 comments on commit 92dbdbe

Please sign in to comment.