From 86f0c9e4d12bf55ca367334ebd7a3eb55516b794 Mon Sep 17 00:00:00 2001 From: Tung Vu <53031642+tung-vu-td@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:50:52 +0700 Subject: [PATCH] CLT-1962 Fix ios 17 pod install fail (#121) * Update xcode executor to 15.1.0 for iOS 17 test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f20e9fd..f5168c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: