Skip to content

Commit 6401815

Browse files
try macos 15
1 parent a2f5f06 commit 6401815

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/functional-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
xcode: '16.2'
1616
ios: '18.2'
1717
device: iPhone 16
18-
- os: macos-14
19-
xcode: '15.2'
20-
ios: '17.2'
18+
- os: macos-15
19+
xcode: '15.4'
20+
ios: '17.5'
2121
device: iPhone 15
2222
fail-fast: false
2323
runs-on: ${{ matrix.os }}
@@ -46,6 +46,6 @@ jobs:
4646
os_version: "${{ matrix.ios }}"
4747
shutdown_after_job: false
4848
wait_for_boot: true
49-
- run: xcrun simctl openurl $udid "https://google.com" &
49+
- run: xcrun simctl openurl booted "https://google.com" &
5050
- run: npm install
5151
- run: npm run e2e-test

0 commit comments

Comments
 (0)