Merge pull request #232 from n-connect/master

U 20.04 for binary build & release
This commit is contained in:
RustDesk 2023-03-30 00:43:49 +08:00 committed by GitHub
commit 7bbed69ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
build: build:
name: Build - ${{ matrix.job.name }} name: Build - ${{ matrix.job.name }}
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -166,7 +166,7 @@ jobs:
needs: needs:
- build - build
- build-win - build-win
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: