Skip to content

Commit 7bbe287

Browse files
committed
fix: use macos-14, XCode 15.3
1 parent 4af0181 commit 7bbe287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ios-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
test:
2626
name: ⚙️ Automated test cases
27-
runs-on: macos-13
27+
runs-on: macos-14
2828
timeout-minutes: 90
2929
env:
3030
WORKING_DIRECTORY: example
@@ -39,7 +39,7 @@ jobs:
3939
cache: "yarn"
4040
- uses: maxim-lobanov/setup-xcode@v1
4141
with:
42-
xcode-version: "15.2"
42+
xcode-version: "15.3"
4343
- name: Get Xcode version
4444
run: xcodebuild -version
4545
- name: Install AppleSimulatorUtils

0 commit comments

Comments
 (0)