Skip to content

Commit

Permalink
chore(actions): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 89605d7 commit d797b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare:
name: Calculate Version and Build number
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

outputs:
build_number: ${{ steps.short_sha.outputs.value }}
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Dev and Draft Releases
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

needs:
- prepare
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
validate:
name: Validate
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d797b72

Please sign in to comment.