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 9111dae commit ad248d5Copy full SHA for ad248d5
1 file changed
.github/workflows/test-ios-harness.yml
@@ -7,15 +7,17 @@ env:
7
DEVICE_MODEL: 'iPhone 17 Pro'
8
IOS_VERSION: '26.0'
9
USE_CCACHE: 1
10
- DEVELOPER_DIR: /Applications/Xcode_26.1.app/Contents/Developer
11
12
jobs:
13
test-ios-harness:
14
name: Test iOS Harness
15
runs-on: macos-latest
16
timeout-minutes: 60
17
env:
18
- DEVELOPER_DIR: ${{ env.DEVELOPER_DIR }}
+ DEVELOPER_DIR: /Applications/Xcode_26.1.app/Contents/Developer
+ DEVICE_MODEL: 'iPhone 17 Pro'
19
+ IOS_VERSION: '26.0'
20
+ USE_CCACHE: 1
21
22
steps:
23
- name: Checkout
0 commit comments