Skip to content

Commit

Permalink
CLT-1962 Fix ios 17 pod install fail (#121)
Browse files Browse the repository at this point in the history
* Update xcode executor to 15.1.0 for iOS 17 test
  • Loading branch information
tung-vu-td authored Dec 18, 2023
1 parent 70ba0d3 commit 86f0c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ commands:
jobs:
test_ios17:
macos:
xcode: "15.0.0"
xcode: "15.1.0"
resource_class: macos.m1.large.gen1
steps:
- run_tests_flow:
os: "17.0"
os: "17.2"
simulator: "iPhone 15"

test_ios16:
Expand Down

0 comments on commit 86f0c9e

Please sign in to comment.