@@ -55,7 +55,7 @@ aliases:
5555 run :
5656 name : bundle install
5757 command : |
58- sudo gem update --system `.ci/compatible_gem_version`
58+ gem update --system `.ci/compatible_gem_version`
5959 gem install bundler -v $(cat Gemfile.lock | tail -1 | tr -d " ")
6060 bundle config set --local path .bundle
6161 bundle check || bundle install --jobs=4 --retry=3
@@ -180,19 +180,6 @@ jobs:
180180 version : << parameters.ruby_version >>
181181 - *bundle_install
182182 - *cache_save_bundler
183- - run :
184- name : debug | brew version
185- command : |
186- brew -v
187- - run :
188- name : brew update if needed # temporary solution for this https://discuss.circleci.com/t/macos-image-users-homebrew-brownout-2021-04-26/39872/2
189- command : |
190- # if the version is not 3.x.x, try brew update
191- ruby -e 'exit(1) if `brew -v` =~ /2\.\d+\.\d+/' ||\
192- brew update || \
193- # if brew update fails due to shallow clone, try unshallowing and then brew update again
194- git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow && \
195- brew update
196183 - run : bundle exec fastlane generate_swift_api
197184
198185 validate_documentation :
@@ -263,27 +250,10 @@ workflows:
263250 version : 2
264251 " Run Tests & Checks " : # Name of the workflow, which ends up displayed on GitHub's PR Check
265252 jobs :
266- - tests_macos :
267- name : ' Execute tests on macOS (Xcode 12.5.1, Ruby 2.6)'
268- xcode_version : ' 12.5.1'
269- ruby_version : ' 2.6.6'
270- << : *important-branches
271- - tests_macos :
272- name : ' Execute tests on macOS (Xcode 12.5.1, Ruby 2.7)'
273- xcode_version : ' 12.5.1'
274- ruby_version : ' 2.7.3'
275- ruby_opt : -W:deprecated
276- << : *important-branches
277- - tests_macos :
278- name : ' Execute tests on macOS (Xcode 13.4.1, Ruby 3.0)'
279- xcode_version : ' 13.4.1'
280- ruby_version : ' 3.0.4'
281- ruby_opt : -W:deprecated
282- << : *important-branches
283253 - tests_macos :
284254 name : ' Execute tests on macOS (Xcode 13.4.1, Ruby 3.1)'
285255 xcode_version : ' 13.4.1'
286- ruby_version : ' 3.1.2 '
256+ ruby_version : ' 3.1'
287257 ruby_opt : -W:deprecated
288258 - tests_macos :
289259 name : ' Execute tests on macOS (Xcode 14.3.1, Ruby 3.1)'
@@ -320,8 +290,8 @@ workflows:
320290 ruby_version : ' 2.6'
321291 - validate_fastlane_swift_generation :
322292 name : ' Validate Fastlane.swift generation'
323- xcode_version : ' 12.5 .1'
324- ruby_version : ' 2.7 '
293+ xcode_version : ' 15.0 .1'
294+ ruby_version : ' 3.2 '
325295 - validate_documentation :
326296 name : ' Validate Documentation'
327297 image : ' cimg/ruby:3.2.2'
0 commit comments