Skip to content

Commit

Permalink
CI: Remove ubuntu 18.04
Browse files Browse the repository at this point in the history
ubuntu 18.04 is replaced with ubuntu 20.04.

Signed-off-by: Juergen Repp <[email protected]>
  • Loading branch information
JuergenReppSIT committed Mar 19, 2024
1 parent c55288f commit 19099df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: "!contains(github.ref, 'coverity_scan')"
strategy:
matrix:
docker_image: [ubuntu-18.04, ubuntu-20.04, fedora-30, opensuse-leap, fedora-32, ubuntu-22.04]
docker_image: [ubuntu-20.04, fedora-30, opensuse-leap, fedora-32, ubuntu-22.04]
compiler: [gcc, clang]
steps:
- name: Check out repository
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
PROJECT_NAME: ${{ github.event.repository.name }}
ENABLE_COVERAGE: true
DOCKER_IMAGE: ubuntu-18.04
DOCKER_IMAGE: ubuntu-20.04
CC: gcc
- name: failure cat build logs
if: ${{ failure() }}
Expand All @@ -77,7 +77,7 @@ jobs:
REPO_BRANCH: ${{ github.ref }}
REPO_NAME: ${{ github.repository }}
ENABLE_COVERITY: true
DOCKER_IMAGE: ubuntu-18.04
DOCKER_IMAGE: ubuntu-20.04
CC: gcc
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
COVERITY_SUBMISSION_EMAIL: [email protected]
Expand Down

0 comments on commit 19099df

Please sign in to comment.