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 435aef4 commit 7a417e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
prepare:
name: Calculate Version and Build Number
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

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

name: Create Prerelease Tag
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs:
- prepare
Expand All @@ -60,7 +60,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Draft Release
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs:
- prepare
Expand Down

0 comments on commit 7a417e1

Please sign in to comment.