@@ -18,35 +18,35 @@ jobs:
18
18
# also, the xcode version (simulator_xcode_version) and simulator os versions (os) are moving target. We have to change these time to time.
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
- - os : 16.1
22
- device : " iPhone 12"
23
- scheme : " OptimizelySwiftSDK-iOS"
24
- test_sdk : " iphonesimulator"
25
- platform : " iOS Simulator"
26
- os_type : " iOS"
27
- simulator_xcode_version : 14.1
21
+ # - os: 16.1
22
+ # device: "iPhone 12"
23
+ # scheme: "OptimizelySwiftSDK-iOS"
24
+ # test_sdk: "iphonesimulator"
25
+ # platform: "iOS Simulator"
26
+ # os_type: "iOS"
27
+ # simulator_xcode_version: 14.1
28
28
- os : 16.2
29
29
device : " iPhone 12"
30
30
scheme : " OptimizelySwiftSDK-iOS"
31
31
test_sdk : " iphonesimulator"
32
32
platform : " iOS Simulator"
33
33
os_type : " iOS"
34
34
simulator_xcode_version : 14.2
35
- - os : 16.4
36
- # good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
37
- device : " iPad Air (4th generation)"
38
- scheme : " OptimizelySwiftSDK-iOS"
39
- test_sdk : " iphonesimulator"
40
- platform : " iOS Simulator"
41
- os_type : " iOS"
42
- simulator_xcode_version : 14.3.1
43
- - os : 16.1
44
- device : " Apple TV"
45
- scheme : " OptimizelySwiftSDK-tvOS"
46
- test_sdk : " appletvsimulator"
47
- platform : " tvOS Simulator"
48
- os_type : " tvOS"
49
- simulator_xcode_version : 14.1
35
+ # - os: 16.4
36
+ # # good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
37
+ # device: "iPad Air (4th generation)"
38
+ # scheme: "OptimizelySwiftSDK-iOS"
39
+ # test_sdk: "iphonesimulator"
40
+ # platform: "iOS Simulator"
41
+ # os_type: "iOS"
42
+ # simulator_xcode_version: 14.3.1
43
+ # - os: 16.1
44
+ # device: "Apple TV"
45
+ # scheme: "OptimizelySwiftSDK-tvOS"
46
+ # test_sdk: "appletvsimulator"
47
+ # platform: "tvOS Simulator"
48
+ # os_type: "tvOS"
49
+ # simulator_xcode_version: 14.1
50
50
steps :
51
51
- uses : actions/checkout@v3
52
52
- uses : maxim-lobanov/setup-xcode@v1
0 commit comments