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 47b5b1d commit 26a3da1Copy full SHA for 26a3da1
.github/workflows/driver-function.yml
@@ -17,12 +17,12 @@ concurrency:
17
18
jobs:
19
ios_test:
20
- runs-on: macos-14
+ runs-on: macos-15
21
22
env:
23
- XCODE_VERSION: 16.2
+ XCODE_VERSION: 16.4
24
IOS_DEVICE_NAME: iPhone 16 Plus
25
- IOS_VERSION: 18.2
+ IOS_VERSION: 18.5
26
27
steps:
28
- uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
40
41
- uses: futureware-tech/simulator-action@v3
42
with:
43
- # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
44
model: ${{ env.IOS_DEVICE_NAME }}
45
os_version: ${{ env.IOS_VERSION }}
46
0 commit comments