Add brew upgrade step in CI

This commit is contained in:
Jonas Kvinge 2020-09-10 19:14:33 +02:00
parent 48e0e6af71
commit 6380cb8458
1 changed files with 4 additions and 0 deletions

View File

@ -841,6 +841,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1.2.0
- name: Update
run: brew update
- name: Upgrade
run: brew upgrade
- name: Unlink python
run: brew unlink python@2
- name: Install packages