Skip to content

Commit ad248d5

Browse files
fix: harness action
1 parent 9111dae commit ad248d5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test-ios-harness.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ env:
77
DEVICE_MODEL: 'iPhone 17 Pro'
88
IOS_VERSION: '26.0'
99
USE_CCACHE: 1
10-
DEVELOPER_DIR: /Applications/Xcode_26.1.app/Contents/Developer
1110

1211
jobs:
1312
test-ios-harness:
1413
name: Test iOS Harness
1514
runs-on: macos-latest
1615
timeout-minutes: 60
1716
env:
18-
DEVELOPER_DIR: ${{ env.DEVELOPER_DIR }}
17+
DEVELOPER_DIR: /Applications/Xcode_26.1.app/Contents/Developer
18+
DEVICE_MODEL: 'iPhone 17 Pro'
19+
IOS_VERSION: '26.0'
20+
USE_CCACHE: 1
1921

2022
steps:
2123
- name: Checkout

0 commit comments

Comments
 (0)