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 ee92823 commit 8c4b08aCopy full SHA for 8c4b08a
1 file changed
.github/workflows/functional-test.yml
@@ -94,7 +94,14 @@ jobs:
94
test/report/
95
96
ios_test_with_other_deps:
97
- runs-on: macos-14
+ runs-on: macos-15
98
+
99
+ # Please make sure the available Xcode versions and iOS versions
100
+ # on the runner images. https://github.com/actions/runner-images
101
+ env:
102
+ XCODE_VERSION: 16.4
103
+ IOS_VERSION: 18.5
104
+ IOS_DEVICE_NAME: iPhone 16 Plus
105
106
steps:
107
- uses: actions/checkout@v3
0 commit comments