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.
2 parents 646f045 + 8c4b08a commit fdc92d9Copy full SHA for fdc92d9
1 file changed
.github/workflows/functional-test.yml
@@ -113,7 +113,14 @@ jobs:
113
test/report/
114
115
ios_test_with_other_deps:
116
- runs-on: macos-14
+ 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
124
125
steps:
126
- uses: actions/checkout@v3
0 commit comments