Skip to content

Commit c865bd6

Browse files
authored
Update macOS version in functional test workflow
1 parent a87c29e commit c865bd6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
platform: tvOS
5656
wdaName: WebDriverAgentRunner_tvOS-Runner.app
5757

58-
runs-on: macos-15
58+
runs-on: macos-26
5959

6060
# Please make sure the available Xcode versions and iOS versions
6161
# on the runner images. https://github.com/actions/runner-images
@@ -80,7 +80,7 @@ jobs:
8080

8181
- uses: futureware-tech/simulator-action@v5
8282
with:
83-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
83+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
8484
model: ${{ env.IOS_DEVICE_NAME }}
8585
os_version: ${{ env.IOS_VERSION }}
8686
wait_for_boot: true
@@ -123,7 +123,7 @@ jobs:
123123
test/report/
124124
125125
ios_test_with_other_deps:
126-
runs-on: macos-15
126+
runs-on: macos-26
127127

128128
# Please make sure the available Xcode versions and iOS versions
129129
# on the runner images. https://github.com/actions/runner-images
@@ -148,7 +148,7 @@ jobs:
148148

149149
- uses: futureware-tech/simulator-action@v5
150150
with:
151-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
151+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md
152152
model: ${{ env.IOS_DEVICE_NAME }}
153153
os_version: ${{ env.IOS_VERSION }}
154154
wait_for_boot: true

0 commit comments

Comments
 (0)