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]