Skip to content

Commit fdc92d9

Browse files
authored
Merge branch 'master' into use-prebuilt-wda
2 parents 646f045 + 8c4b08a commit fdc92d9

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/functional-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,14 @@ jobs:
113113
test/report/
114114
115115
ios_test_with_other_deps:
116-
runs-on: macos-14
116+
runs-on: macos-15
117+
118+
# Please make sure the available Xcode versions and iOS versions
119+
# on the runner images. https://github.com/actions/runner-images
120+
env:
121+
XCODE_VERSION: 16.4
122+
IOS_VERSION: 18.5
123+
IOS_DEVICE_NAME: iPhone 16 Plus
117124

118125
steps:
119126
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)