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 fef4a42 commit 2936a0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-master.yaml
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-22.04
runs-on: ubuntu-24.04

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

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

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

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sonarqube:
name: SonarQube
runs-on:
- ubuntu-22.04
- ubuntu-24.04

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

0 comments on commit 2936a0a

Please sign in to comment.