Skip to content

Commit ac4cf28

Browse files
authoredJul 24, 2024
Drop Xcode 13 x Ruby 3.0 (fastlane#22156)
1 parent 60f76d5 commit ac4cf28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.circleci/config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -250,12 +250,6 @@ workflows:
250250
version: 2
251251
"Run Tests & Checks": # Name of the workflow, which ends up displayed on GitHub's PR Check
252252
jobs:
253-
- tests_macos:
254-
name: 'Execute tests on macOS (Xcode 13.4.1, Ruby 3.0)'
255-
xcode_version: '13.4.1'
256-
ruby_version: '3.1'
257-
ruby_opt: -W:deprecated
258-
<<: *important-branches
259253
- tests_macos:
260254
name: 'Execute tests on macOS (Xcode 13.4.1, Ruby 3.1)'
261255
xcode_version: '13.4.1'

0 commit comments

Comments
 (0)
Please sign in to comment.