aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2023-01-10 17:15:56 +0800
committerrustdesk <[email protected]>2023-01-10 17:15:56 +0800
commit86a75451d8c580b158ee2de684ffb88d065e6783 (patch)
tree0762f2332eb3e2a0e92620efa00a76e5159a6849 /.github
parent8cdfe0fec68e6533a8fac50db5c0d2884e6e0837 (diff)
downloadrustdesk-server-86a75451d8c580b158ee2de684ffb88d065e6783.tar.gz
rustdesk-server-86a75451d8c580b158ee2de684ffb88d065e6783.zip
centos7 -> ubuntu18.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index a032e27..bca791c 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -26,7 +26,7 @@ jobs:
build:
name: Build - ${{ matrix.job.name }}
- runs-on: centos:7
+ runs-on: ubuntu:18.04
strategy:
fail-fast: false
matrix:
@@ -114,7 +114,7 @@ jobs:
needs:
- build
- build-win
- runs-on: centos:7
+ runs-on: ubuntu:18.04
strategy:
fail-fast: false
matrix:
@@ -153,7 +153,7 @@ jobs:
name: Docker push - ${{ matrix.job.name }}
needs: build
- runs-on: centos:7
+ runs-on: ubuntu:18.04
strategy:
fail-fast: false
matrix:
@@ -223,7 +223,7 @@ jobs:
name: Docker manifest
needs: docker
- runs-on: centos:7
+ runs-on: ubuntu:18.04
steps:
@@ -275,7 +275,7 @@ jobs:
name: Docker push classic - ${{ matrix.job.name }}
needs: build
- runs-on: centos:7
+ runs-on: ubuntu:18.04
strategy:
fail-fast: false
matrix:
@@ -331,7 +331,7 @@ jobs:
name: debian package - ${{ matrix.job.name }}
needs: build
- runs-on: centos:7
+ runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix: