Skip to content

Commit 2749e55

Browse files
committed
ci: bump runners to ubuntu-22.04
Signed-off-by: CrazyMax <[email protected]>
1 parent 4ede49c commit 2749e55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
validate:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -104,7 +104,7 @@ jobs:
104104
file: ./coverage.txt
105105

106106
test-sandboxed:
107-
runs-on: ubuntu-20.04
107+
runs-on: ubuntu-22.04
108108
steps:
109109
-
110110
name: Checkout
@@ -127,7 +127,7 @@ jobs:
127127
file: ${{ env.DESTDIR }}//coverage.txt
128128

129129
build:
130-
runs-on: ubuntu-20.04
130+
runs-on: ubuntu-22.04
131131
steps:
132132
-
133133
name: Checkout
@@ -173,7 +173,7 @@ jobs:
173173
files: ${{ env.DESTDIR }}/*
174174

175175
build-deb:
176-
runs-on: ubuntu-20.04
176+
runs-on: ubuntu-22.04
177177
steps:
178178
-
179179
name: Checkout

0 commit comments

Comments
 (0)