Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -45,7 +45,7 @@ jobs:
if: needs.prepare.outputs.new_release == 'true'

name: Generates Prerelease
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

needs:
- prepare
Expand All @@ -66,7 +66,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
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
cancel_previous:
name: 'Cancel Previous Runs'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 3

steps:
Expand All @@ -29,7 +29,7 @@ jobs:

validate:
name: Validate
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
prepare:
name: Prepare
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

outputs:
version: ${{ steps.version.outputs.value }}
Expand All @@ -25,7 +25,7 @@ jobs:

build-packages:
name: Build ${{ matrix.package }} package
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down
Loading