diff --git a/.github/workflows/build_rust.yml b/.github/workflows/build_rust.yml index 0e8072449398..7cbbdb508445 100644 --- a/.github/workflows/build_rust.yml +++ b/.github/workflows/build_rust.yml @@ -13,7 +13,7 @@ jobs: (github.event.comment.author_association == 'MEMBER') || (github.event.comment.author_association == 'OWNER')) - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - id: create_token uses: actions/create-github-app-token@v1