Browse Source

github ci does not support 18.04 anymore

rustdesk 2 years ago
parent
commit
afeebe852d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/build.yaml

+ 3 - 3
.github/workflows/build.yaml

@@ -206,7 +206,7 @@ jobs:
206 206
 
207 207
     name: Docker push - ${{ matrix.job.name }}
208 208
     needs: build
209
-    runs-on: ubuntu-18.04
209
+    runs-on: ubuntu-22.04
210 210
     strategy:
211 211
       fail-fast: false
212 212
       matrix:
@@ -276,7 +276,7 @@ jobs:
276 276
 
277 277
     name: Docker manifest
278 278
     needs: docker
279
-    runs-on: ubuntu-18.04
279
+    runs-on: ubuntu-22.04
280 280
 
281 281
     steps:
282 282
 
@@ -328,7 +328,7 @@ jobs:
328 328
 
329 329
     name: Docker push classic - ${{ matrix.job.name }}
330 330
     needs: build
331
-    runs-on: ubuntu-18.04
331
+    runs-on: ubuntu-22.04
332 332
     strategy:
333 333
       fail-fast: false
334 334
       matrix: