Skip to content

Commit c39414a

Browse files
[CI] Downgrade Xcode version for E2E tests (#783)
1 parent e6e2fc0 commit c39414a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- ios: 18.2
45-
xcode: 16.2
44+
- ios: 18.1
45+
xcode: 16.1 # fails on 16.2
4646
os: macos-15
4747
device: "iPhone 16 Pro"
4848
setup_runtime: false

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ jobs:
159159
- build-test-app-and-frameworks
160160
env:
161161
LAUNCH_ID: ${{ needs.allure_testops_launch.outputs.launch_id }}
162+
XCODE_VERSION: "16.1" # fails on 16.2
163+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.1)"
162164
strategy:
163165
matrix:
164166
batch: [0, 1]

0 commit comments

Comments
 (0)