From cef5a1e7f457c2174eb7f1e25edeb98ee5c0883c Mon Sep 17 00:00:00 2001 From: Jerome Lacoste Date: Wed, 17 Jan 2024 17:00:40 +0100 Subject: [PATCH] [ci] add Xcode 15.2 to the suite of tests and remove duplicate CircleCI test environment (#21811) --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0112d671aff..8e275145922 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -294,11 +294,6 @@ workflows: xcode_version: '15.0.1' ruby_version: '3.1' ruby_opt: -W:deprecated - - tests_macos: - name: 'Execute tests on macOS (Xcode 13.4.1, Ruby 3.1)' - xcode_version: '13.4.1' - ruby_version: '3.1' - ruby_opt: -W:deprecated - tests_macos: name: 'Execute tests on macOS (Xcode 14.3.1, Ruby 3.2)' xcode_version: '14.3.1' @@ -309,6 +304,11 @@ workflows: xcode_version: '15.0.1' ruby_version: '3.2' ruby_opt: -W:deprecated + - tests_macos: + name: 'Execute tests on macOS (Xcode 15.2.0, Ruby 3.2)' + xcode_version: '15.2.0' + ruby_version: '3.2' + ruby_opt: -W:deprecated - tests_ubuntu: name: 'Execute tests on Ubuntu' image: 'fastlanetools/ci:0.3.0'