diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94ccb4..2bef22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + - run: brew install docker + if: contains("${{ matrix.os }}", "macos") # We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way. - name: Free Disk Space (Ubuntu)