diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bcdfb02..4a1074e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Set up macOS (AMD64 and ARM64) if: runner.os == 'macOS' run: | - brew install coreutils tree autoconf automake libtool + brew install coreutils tree autoconf automake libtool gcc@11 brew uninstall jq # --- Build ---