Skip to content

Commit 95f855d

Browse files
chore(actions): update dependency ubuntu to v24
1 parent 773fe46 commit 95f855d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/merge_main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
prepare:
1212
name: Calculate Version and Build Number
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414

1515
outputs:
1616
build_number: ${{ steps.build_number.outputs.value }}
@@ -45,7 +45,7 @@ jobs:
4545
if: needs.prepare.outputs.new_release == 'true'
4646

4747
name: Generates Prerelease
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949

5050
needs:
5151
- prepare
@@ -66,7 +66,7 @@ jobs:
6666
if: needs.prepare.outputs.new_release == 'true'
6767

6868
name: Draft Release
69-
runs-on: ubuntu-22.04
69+
runs-on: ubuntu-24.04
7070

7171
needs:
7272
- prepare

.github/workflows/pull_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
cancel_previous:
1919
name: 'Cancel Previous Runs'
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121
timeout-minutes: 3
2222

2323
steps:
@@ -29,7 +29,7 @@ jobs:
2929

3030
validate:
3131
name: Validate
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333

3434
steps:
3535
- uses: actions/checkout@v4

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare:
1414
name: Prepare
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
outputs:
1818
version: ${{ steps.version.outputs.value }}
@@ -25,7 +25,7 @@ jobs:
2525

2626
build-packages:
2727
name: Build ${{ matrix.package }} package
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929

3030
strategy:
3131
matrix:

0 commit comments

Comments
 (0)