Skip to content

Commit

Permalink
Merge pull request #854 from achrefbensaad/deprecate-ubuntu-18
Browse files Browse the repository at this point in the history
deprecate ubuntu 18.04 & change latest to 20.04
  • Loading branch information
nyrahul committed Aug 24, 2022
2 parents cfe270e + 7f3e44e commit b38a0a5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-18.04]
os: [ubuntu-20.04]
runtime: ["docker", "containerd", "crio"]
steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci-test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
go-fmt:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand All @@ -21,7 +21,7 @@ jobs:
working-directory: KubeArmor

go-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand All @@ -35,7 +35,7 @@ jobs:
path: "./KubeArmor/..."

go-lint-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand All @@ -49,7 +49,7 @@ jobs:
path: "./tests/..."

go-sec:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand All @@ -62,7 +62,7 @@ jobs:
working-directory: KubeArmor

license:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-18.04]
os: [ubuntu-20.04]
runtime: ["docker", "containerd", "crio"]
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ci-test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ on:
jobs:
build:
name: Test KubeArmor in Runtime
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-18.04]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/ci-test-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ on:
jobs:
build:
name: Test KubeArmor in Systemd Mode
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-18.04]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit b38a0a5

Please sign in to comment.