github ci does not support 18.04 anymore

This commit is contained in:
rustdesk 2023-06-29 10:41:39 +08:00
parent f1e941bf9f
commit afeebe852d

View File

@ -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: