Skip to content

Commit

Permalink
github ci does not support 18.04 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
rustdesk committed Jun 29, 2023
1 parent f1e941b commit afeebe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

name: Docker manifest
needs: docker
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit afeebe8

Please sign in to comment.