Skip to content

Commit 8c4b08a

Browse files
authored
ci: update functional-test.yml
1 parent ee92823 commit 8c4b08a

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
@@ -94,7 +94,14 @@ jobs:
9494
test/report/
9595
9696
ios_test_with_other_deps:
97-
runs-on: macos-14
97+
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
98105

99106
steps:
100107
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)