diff --git a/.github/actions/rust/sccache/setup-sccache/action.yml b/.github/actions/rust/sccache/setup-sccache/action.yml index 3c29dc661e..b3e5ca1735 100644 --- a/.github/actions/rust/sccache/setup-sccache/action.yml +++ b/.github/actions/rust/sccache/setup-sccache/action.yml @@ -15,8 +15,8 @@ runs: brew update --preinstall brew install sccache - - name: Install sccache (ubuntu-latest) - if: inputs.os == 'ubuntu-latest' + - name: Install sccache (ubuntu-24.04) + if: inputs.os == 'ubuntu-24.04' shell: bash run: | SCCACHE_DOWNLOAD_LINK=https://github.com/mozilla/sccache/releases/download