diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index f3d175a7e..2fffb7f20 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -355,7 +355,7 @@ jobs: msbuild-architecture: x64 - name: Setup ccache - if: matrix.use_ccache == 1 && matrix.os == 'macOS' + if: matrix.use_ccache == 1 && runner.os == 'macOS' run: brew install ccache - name: Restore compiler cache (ccache)