Skip to content

Commit

Permalink
Update xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
muzahidul-opti committed Jan 21, 2025
1 parent aeccf2d commit d4dc3b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 14.1
- os: 15.5
- os: 16.2
device: "iPhone 12"
scheme: "OptimizelySwiftSDK-iOS"
test_sdk: "iphonesimulator"
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 13.4.1
- os: 15.5
simulator_xcode_version: 14.2
- os: 16.4
# good to have tests with older OS versions, but it looks like this is min OS+xcode versions supported by github actions
device: "iPad Air (4th generation)"
scheme: "OptimizelySwiftSDK-iOS"
test_sdk: "iphonesimulator"
platform: "iOS Simulator"
os_type: "iOS"
simulator_xcode_version: 13.4.1
simulator_xcode_version: 14.3.1
- os: 16.1
device: "Apple TV"
scheme: "OptimizelySwiftSDK-tvOS"
Expand Down

0 comments on commit d4dc3b7

Please sign in to comment.