From e3b390ce382061ba801f86e74c7c9a920dc9a828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:17:23 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d60a6e9..7aac752c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ concurrency: jobs: pre-commit: name: Pre-commit checks - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4 @@ -34,7 +34,7 @@ jobs: uses: pre-commit/action@v3.0.1 # https://github.com/actions/runner/issues/691 configure: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: uid_gid: ${{ steps.get-user.outputs.uid_gid }} user_name: ${{ steps.get-user-name.outputs.user_name }} @@ -46,7 +46,7 @@ jobs: test: name: Run tests needs: configure - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 container: image: mvukov/bazel-builder:commit-49178bdf9c151b1fdb1fb0bac580da5d53a990fd options: --user ${{ needs.configure.outputs.uid_gid }}