diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 32382ec3c7..13e7b710f6 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -56,7 +56,7 @@ jobs: [ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true - name: ccache - uses: hendrikmuhs/ccache-action@v1 + uses: hendrikmuhs/ccache-action@v1.2 with: key: mac-${{ matrix.arch }}