Skip to content

Commit d4dc3b7

Browse files
Update xcode version
1 parent aeccf2d commit d4dc3b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ jobs:
2525
platform: "iOS Simulator"
2626
os_type: "iOS"
2727
simulator_xcode_version: 14.1
28-
- os: 15.5
28+
- os: 16.2
2929
device: "iPhone 12"
3030
scheme: "OptimizelySwiftSDK-iOS"
3131
test_sdk: "iphonesimulator"
3232
platform: "iOS Simulator"
3333
os_type: "iOS"
34-
simulator_xcode_version: 13.4.1
35-
- os: 15.5
34+
simulator_xcode_version: 14.2
35+
- os: 16.4
3636
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
3737
device: "iPad Air (4th generation)"
3838
scheme: "OptimizelySwiftSDK-iOS"
3939
test_sdk: "iphonesimulator"
4040
platform: "iOS Simulator"
4141
os_type: "iOS"
42-
simulator_xcode_version: 13.4.1
42+
simulator_xcode_version: 14.3.1
4343
- os: 16.1
4444
device: "Apple TV"
4545
scheme: "OptimizelySwiftSDK-tvOS"

0 commit comments

Comments
 (0)