aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorrustdesk <[email protected]>2023-06-29 10:41:39 +0800
committerrustdesk <[email protected]>2023-06-29 10:41:39 +0800
commitafeebe852d0f4a4bbb2659db37b1a889c0a3a8b5 (patch)
tree6af9263d18c5ccf7d0748b5c215d0294aba588cc /.github/workflows/build.yaml
parentf1e941bf9f55f6e936f5b8484716002e0ee771e5 (diff)
downloadrustdesk-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.yaml6
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: