Skip to content

Commit

Permalink
[ci] add Xcode 15.2 to the suite of tests and remove duplicate Circle…
Browse files Browse the repository at this point in the history
…CI test environment (#21811)
  • Loading branch information
lacostej committed Jan 17, 2024
1 parent e65b8b2 commit cef5a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit cef5a1e

Please sign in to comment.