Commit 82a92afe authored by Fedor Korotkov's avatar Fedor Korotkov Committed by Christopher Fujino

[ci] Use the latest Cirrus Image for macOS (#44576)

* [ci] use Xcode 11.2.1
* Always use the latest image
* sudo bundle install
parent 20169f0d
...@@ -430,7 +430,7 @@ task: ...@@ -430,7 +430,7 @@ task:
# than just fetching the data in the first place. # than just fetching the data in the first place.
task: task:
osx_instance: osx_instance:
image: mojave-xcode-10.2-flutter # see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly) image: mojave-flutter # see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly)
# cpu is always 2 # cpu is always 2
# memory is always 8G # memory is always 8G
environment: environment:
...@@ -443,8 +443,8 @@ task: ...@@ -443,8 +443,8 @@ task:
setup_script: setup_script:
- date - date
- which flutter - which flutter
- sudo gem install bundler -v 2.0.2 -N - bundle --version
- bundle install --system --gemfile=dev/ci/mac/Gemfile - sudo bundle install --system --gemfile=dev/ci/mac/Gemfile
- git clean -xffd - git clean -xffd
- git fetch origin - git fetch origin
- git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works. - git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment