From 51539ded0feb3efab0be82f476fe77c462144e55 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:16:35 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu github actions runner to v24 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b4222e..848910b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-22.04, windows-2022] + os: [ubuntu-24.04, windows-2022] runs-on: ${{ matrix.os }} permissions: actions: write @@ -107,7 +107,7 @@ jobs: junit: strategy: matrix: - os: [ ubuntu-22.04, windows-2022 ] + os: [ ubuntu-24.04, windows-2022 ] runs-on: ${{ matrix.os }} needs: - build @@ -130,7 +130,7 @@ jobs: kover: strategy: matrix: - os: [ ubuntu-22.04, windows-2022 ] + os: [ ubuntu-24.04, windows-2022 ] runs-on: ${{ matrix.os }} needs: - build