We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e2fc0 commit c39414aCopy full SHA for c39414a
.github/workflows/cron-checks.yml
@@ -41,8 +41,8 @@ jobs:
41
strategy:
42
matrix:
43
include:
44
- - ios: 18.2
45
- xcode: 16.2
+ - ios: 18.1
+ xcode: 16.1 # fails on 16.2
46
os: macos-15
47
device: "iPhone 16 Pro"
48
setup_runtime: false
.github/workflows/smoke-checks.yml
@@ -159,6 +159,8 @@ jobs:
159
- build-test-app-and-frameworks
160
env:
161
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)"
164
165
166
batch: [0, 1]
0 commit comments