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'