ci: remove "brew upgrade" from macos jobs

Packages are automatically upgraded on install. This will avoid
upgrading unrelated packages, cutting the macos job time to about a
half.
This commit is contained in:
Dundar Göc 2021-12-04 23:08:29 +01:00
parent 1e6eeca9d1
commit c5af86b9b9
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ jobs:
# Workaround brew issues
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew upgrade
brew install automake ccache perl cpanminus ninja
- name: Setup interpreter packages

View File

@ -82,7 +82,6 @@ jobs:
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew upgrade
brew install automake ninja
- if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly')
run: printf 'NVIM_BUILD_TYPE=Release\n' >> $GITHUB_ENV