From 7e69844d09e06b3366e860bfbc745973f4d760e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:24:57 +0200 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 (#54) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-packaging.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-packaging.yml b/.github/workflows/release-packaging.yml index 3c7a35e..9c1c97b 100644 --- a/.github/workflows/release-packaging.yml +++ b/.github/workflows/release-packaging.yml @@ -14,7 +14,7 @@ env: jobs: check: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 30 steps: @@ -33,7 +33,7 @@ jobs: [ "${{ env.game_version }}" == "${{ env.BRANCH_NAME }}" ] || exit 2 build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 30 needs: [check] @@ -63,7 +63,7 @@ jobs: retention-days: 1 deploy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 30 needs: [check] @@ -100,7 +100,7 @@ jobs: folder: build/web publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 30 needs: [build]