rustdesk лет назад: 3
Родитель
Сommit
86a75451d8
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      .github/workflows/build.yaml

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

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