From 104c7c57d67cb6de21557301696f59a9a5b33c90 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 18:20:34 +0100 Subject: [PATCH] chore(deps): update dependency ubuntu github actions runner to v24 (#57) Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> --- .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