Skip to content

Commit 2f25f1b

Browse files
committed
ci: update runner to ubuntu-24.04
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 3ac603d commit 2f25f1b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/.build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
prepare:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
outputs:
2222
pkgs: ${{ steps.set.outputs.pkgs }}
2323
fail-fast: ${{ steps.set.outputs.fail-fast }}
@@ -48,7 +48,7 @@ jobs:
4848
echo fail-fast=${{ steps.set.outputs.fail-fast }}
4949
5050
build:
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-24.04
5252
needs:
5353
- prepare
5454
strategy:
@@ -116,7 +116,7 @@ jobs:
116116
retention-days: 1
117117

118118
dummy-release:
119-
runs-on: ubuntu-20.04
119+
runs-on: ubuntu-24.04
120120
needs:
121121
- build
122122
steps:

.github/workflows/.release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
jobs:
2222
prepare:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
outputs:
2525
pkgs: ${{ steps.set.outputs.pkgs }}
2626
steps:
@@ -39,7 +39,7 @@ jobs:
3939
echo pkgs=${{ steps.set.outputs.pkgs }}
4040
4141
build:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
needs:
4444
- prepare
4545
strategy:
@@ -109,7 +109,7 @@ jobs:
109109
retention-days: 1
110110

111111
release:
112-
runs-on: ubuntu-20.04
112+
runs-on: ubuntu-24.04
113113
needs:
114114
- build
115115
steps:

.github/workflows/manual-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
prepare:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
outputs:
2929
matrix: ${{ steps.projects.outputs.matrix }}
3030
steps:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
prepare:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
outputs:
2222
matrix: ${{ steps.projects.outputs.matrix }}
2323
steps:

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
validate:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
-
1414
name: Checkout

0 commit comments

Comments
 (0)