Skip to content

Commit f59bc37

Browse files
authored
Remove brew upgrade command from CI setup
Removed 'brew upgrade' command from setup steps in CI workflow.
1 parent 4fd25d2 commit f59bc37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ jobs:
143143
- name: setup
144144
run: |
145145
brew update -q
146-
brew upgrade -f -q
147146
brew bundle install -q
148147
brew cleanup -q -s
149148
rm -rf $(brew --cache)
@@ -410,7 +409,6 @@ jobs:
410409
- name: setup
411410
run: |
412411
brew update -q
413-
brew upgrade -f -q
414412
brew bundle install -q
415413
brew cleanup -q -s
416414
rm -rf $(brew --cache)
@@ -724,7 +722,6 @@ jobs:
724722
- name: setup
725723
run: |
726724
brew update -q
727-
brew upgrade -f -q
728725
brew bundle install -q
729726
brew cleanup -q -s
730727
rm -rf $(brew --cache)

0 commit comments

Comments
 (0)