diff options
author | rustdesk <[email protected]> | 2023-06-29 10:41:39 +0800 |
---|---|---|
committer | rustdesk <[email protected]> | 2023-06-29 10:41:39 +0800 |
commit | afeebe852d0f4a4bbb2659db37b1a889c0a3a8b5 (patch) | |
tree | 6af9263d18c5ccf7d0748b5c215d0294aba588cc /.github/workflows/build.yaml | |
parent | f1e941bf9f55f6e936f5b8484716002e0ee771e5 (diff) | |
download | rustdesk-server-afeebe852d0f4a4bbb2659db37b1a889c0a3a8b5.tar.gz rustdesk-server-afeebe852d0f4a4bbb2659db37b1a889c0a3a8b5.zip |
github ci does not support 18.04 anymore
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc697d1..0c75b9e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -206,7 +206,7 @@ jobs: name: Docker push - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -276,7 +276,7 @@ jobs: name: Docker manifest needs: docker - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: @@ -328,7 +328,7 @@ jobs: name: Docker push classic - ${{ matrix.job.name }} needs: build - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: |