Skip to content

Commit 26a3da1

Browse files
committed
ci: use newer macos instance
1 parent 47b5b1d commit 26a3da1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/driver-function.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ concurrency:
1717

1818
jobs:
1919
ios_test:
20-
runs-on: macos-14
20+
runs-on: macos-15
2121

2222
env:
23-
XCODE_VERSION: 16.2
23+
XCODE_VERSION: 16.4
2424
IOS_DEVICE_NAME: iPhone 16 Plus
25-
IOS_VERSION: 18.2
25+
IOS_VERSION: 18.5
2626

2727
steps:
2828
- uses: actions/checkout@v3
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: futureware-tech/simulator-action@v3
4242
with:
43-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md
43+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md
4444
model: ${{ env.IOS_DEVICE_NAME }}
4545
os_version: ${{ env.IOS_VERSION }}
4646

0 commit comments

Comments
 (0)