Browse Source

22.04 -> 7

rustdesk 3 years ago
parent
commit
8cdfe0fec6
1 changed files with 6 additions and 6 deletions
  1. 6 6
      .github/workflows/build.yaml

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

@@ -26,7 +26,7 @@ jobs:
26 26
   build:
27 27
 
28 28
     name: Build - ${{ matrix.job.name }}
29
-    runs-on: ubuntu-22.04
29
+    runs-on: centos:7
30 30
     strategy:
31 31
       fail-fast: false
32 32
       matrix:
@@ -114,7 +114,7 @@ jobs:
114 114
     needs: 
115 115
       - build
116 116
       - build-win
117
-    runs-on: ubuntu-22.04
117
+    runs-on: centos:7
118 118
     strategy:
119 119
       fail-fast: false
120 120
       matrix:
@@ -153,7 +153,7 @@ jobs:
153 153
 
154 154
     name: Docker push - ${{ matrix.job.name }}
155 155
     needs: build
156
-    runs-on: ubuntu-22.04
156
+    runs-on: centos:7
157 157
     strategy:
158 158
       fail-fast: false
159 159
       matrix:
@@ -223,7 +223,7 @@ jobs:
223 223
 
224 224
     name: Docker manifest
225 225
     needs: docker
226
-    runs-on: ubuntu-22.04
226
+    runs-on: centos:7
227 227
 
228 228
     steps:
229 229
 
@@ -275,7 +275,7 @@ jobs:
275 275
 
276 276
     name: Docker push classic - ${{ matrix.job.name }}
277 277
     needs: build
278
-    runs-on: ubuntu-22.04
278
+    runs-on: centos:7
279 279
     strategy:
280 280
       fail-fast: false
281 281
       matrix:
@@ -331,7 +331,7 @@ jobs:
331 331
 
332 332
     name: debian package - ${{ matrix.job.name }}
333 333
     needs: build
334
-    runs-on: ubuntu-22.04
334
+    runs-on: centos:7
335 335
     strategy:
336 336
       fail-fast: false
337 337
       matrix: