diff options
author | rustdesk <[email protected]> | 2023-01-10 22:56:28 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-01-10 22:56:28 +0800 |
commit | 46a7c025a0b587c1721ea67a2c1608a4d83a9a33 (patch) | |
tree | 4446e93c2589d5113e1eb677986d19ead16789c8 /.github | |
parent | 3ca4035d0c4a6897c4ff1aa507327b4f9685ed26 (diff) | |
download | rustdesk-server-46a7c025a0b587c1721ea67a2c1608a4d83a9a33.tar.gz rustdesk-server-46a7c025a0b587c1721ea67a2c1608a4d83a9a33.zip |
update version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9a3d948..c227484 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -331,7 +331,7 @@ jobs: name: debian package - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: |