diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3c4f5a2..76dda8a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,9 +69,9 @@ jobs: - name: Dependencies [macOS] if: matrix.os == 'macOS-latest' run: | - # Workaround for https://github.com/actions/virtual-environments/issues/1811#issuecomment-718475660 - brew unlink python@3.8 brew update + # Workaround for https://github.com/robotology/robotology-superbuild/issues/565 + brew upgrade python@3.9 || brew link --overwrite python@3.9 brew upgrade brew install ace cmake eigen gsl ipopt opencv pkg-config qt5 lua - name: Source-based Dependencies [Windows]