Skip to content

Commit 30d8556

Browse files
committed
use newer env for test
1 parent c701975 commit 30d8556

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ concurrency:
1414

1515
jobs:
1616
ios_test:
17-
runs-on: macos-14
17+
runs-on: macos-15
1818
env:
19-
XCODE_VERSION: 15.3
20-
IOS_VERSION: 17.4
21-
IOS_DEVICE_NAME: iPhone 15 Plus
19+
XCODE_VERSION: 16.4
20+
IOS_VERSION: 18.5
21+
IOS_DEVICE_NAME: iPhone 16 Plus
2222

2323
steps:
2424
- uses: actions/checkout@v6

ios_tests/appium.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[caps]
22
platformName = "ios"
3-
platformVersion = "17.4"
4-
deviceName ="iPhone 15 Plus"
3+
platformVersion = "18.5"
4+
deviceName ="iPhone 16 Plus"
55
automationName = 'XCUITest'
66
app = "../test_apps/UICatalog.app.zip"
77
someCapability = "some_capability"

0 commit comments

Comments
 (0)