diff options
-rw-r--r-- | .github/workflows/macos_unit_tests.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index f4b55bab86..1e60f76918 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -26,8 +26,6 @@ jobs: pip install --upgrade flake8 pep8-naming - name: Setup Homebrew packages run: | - brew update - brew upgrade brew install gcc gnupg2 dash kcov - name: Run unit tests run: | |