diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f9b80ed..1a27dd00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: strategy: matrix: os: [macos-latest] - python: ["3.11"] + python: ["3.10", "3.11"] env: OS: ${{ matrix.os }} @@ -135,8 +135,8 @@ jobs: - name: Install Homebrew deps run: | - brew update - brew install --overwrite \ + brew update || echo "Ignoring errors in brew update" + brew install \ exempi \ ghostscript \ jbig2enc \