@@ -55,14 +55,14 @@ 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
6262 env :
63- XCODE_VERSION : 16 .4
64- IOS_VERSION : 18.5
65- IOS_DEVICE_NAME : iPhone 16 Plus
63+ XCODE_VERSION : 26 .4
64+ IOS_VERSION : 26.4
65+ IOS_DEVICE_NAME : iPhone 17
6666
6767 steps :
6868 - uses : actions/checkout@v6
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,14 +123,14 @@ 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
130130 env :
131- XCODE_VERSION : 16 .4
132- IOS_VERSION : 18.5
133- IOS_DEVICE_NAME : iPhone 16 Plus
131+ XCODE_VERSION : 26 .4
132+ IOS_VERSION : 26.4
133+ IOS_DEVICE_NAME : iPhone 17
134134
135135 steps :
136136 - uses : actions/checkout@v6
@@ -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