mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 23:35:38 +00:00
github ci does not support 18.04 anymore
This commit is contained in:
parent
f1e941bf9f
commit
afeebe852d
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -206,7 +206,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker push - ${{ matrix.job.name }}
|
name: Docker push - ${{ matrix.job.name }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -276,7 +276,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker manifest
|
name: Docker manifest
|
||||||
needs: docker
|
needs: docker
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -328,7 +328,7 @@ jobs:
|
|||||||
|
|
||||||
name: Docker push classic - ${{ matrix.job.name }}
|
name: Docker push classic - ${{ matrix.job.name }}
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user