You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/unit_tests.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,27 @@ jobs:
19
19
# - see "https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md" for installed macOS, xcode and simulator versions.
20
20
include:
21
21
- os: 16.1
22
-
device: "iPhone 12"
22
+
device: "iPhone 14"
23
23
scheme: "OptimizelySwiftSDK-iOS"
24
24
test_sdk: "iphonesimulator"
25
25
platform: "iOS Simulator"
26
26
os_type: "iOS"
27
27
simulator_xcode_version: 14.1
28
-
- os: 15.5
29
-
device: "iPhone 12"
28
+
- os: 16.2
29
+
device: "iPhone 14"
30
30
scheme: "OptimizelySwiftSDK-iOS"
31
31
test_sdk: "iphonesimulator"
32
32
platform: "iOS Simulator"
33
33
os_type: "iOS"
34
-
simulator_xcode_version: 13.4.1
35
-
- os: 15.5
34
+
simulator_xcode_version: 14.2
35
+
- os: 16.4
36
36
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
0 commit comments