Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 3c64e11 commit df8fb85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
[ "${{ env.game_version }}" == "${{ env.BRANCH_NAME }}" ] || exit 2
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

strategy:
Expand All @@ -55,7 +55,7 @@ jobs:
GODOT_VERSION: ${{ matrix.godot_version }}

doc:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
needs: [check, test]

Expand All @@ -75,7 +75,7 @@ jobs:
run: just doc-deploy

publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
needs: [check, test]

Expand Down

0 comments on commit df8fb85

Please sign in to comment.