diff options
author | rustdesk <[email protected]> | 2023-01-10 16:44:36 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-01-10 16:44:36 +0800 |
commit | 8cdfe0fec68e6533a8fac50db5c0d2884e6e0837 (patch) | |
tree | 7547079c128ef0babf41a124d765392c36a452c8 /.github/workflows | |
parent | 5aaad367296ad777c4203c74de215a7c81163a4a (diff) | |
download | rustdesk-server-8cdfe0fec68e6533a8fac50db5c0d2884e6e0837.tar.gz rustdesk-server-8cdfe0fec68e6533a8fac50db5c0d2884e6e0837.zip |
22.04 -> 7
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e37f85b..a032e27 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: build: name: Build - ${{ matrix.job.name }} - runs-on: ubuntu-22.04 + runs-on: centos:7 strategy: fail-fast: false matrix: @@ -114,7 +114,7 @@ jobs: needs: - build - build-win - runs-on: ubuntu-22.04 + runs-on: centos:7 strategy: fail-fast: false matrix: @@ -153,7 +153,7 @@ jobs: name: Docker push - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-22.04 + runs-on: centos:7 strategy: fail-fast: false matrix: @@ -223,7 +223,7 @@ jobs: name: Docker manifest needs: docker - runs-on: ubuntu-22.04 + runs-on: centos:7 steps: @@ -275,7 +275,7 @@ jobs: name: Docker push classic - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-22.04 + runs-on: centos:7 strategy: fail-fast: false matrix: @@ -331,7 +331,7 @@ jobs: name: debian package - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-22.04 + runs-on: centos:7 strategy: fail-fast: false matrix: |