Skip to content

Commit

Permalink
chore: update runners to ubuntu 20.04 (eclipse-che#371)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Oct 4, 2021
1 parent 1b138aa commit 755c8b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:

coverage-report:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/next-build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:

build-images:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
create-manifest:
if: always()
needs: build-images
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
-
name: "Docker quay.io Login"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
jobs:

dash-licenses:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
-
name: "Checkout Che Dashboard source code"
Expand All @@ -40,7 +40,7 @@ jobs:
run: yarn license:check

build-and-test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 14.x]
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

docker-build:
needs: build-and-test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.default == false }}
strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:

build-images:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

create-manifest:
needs: build-images
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
-
name: "Docker quay.io Login"
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

tag-release:
needs: create-manifest
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
-
name: "Checkout Che Dashboard source code"
Expand Down

0 comments on commit 755c8b3

Please sign in to comment.