Skip to content

Commit

Permalink
remove centos7 from github workflow, centos7 is EOL 2024-06-30
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jul 1, 2024
1 parent 245451c commit 83d0344
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker_linuxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,6 @@ jobs:
- name: Run unit tests (ctest) within the Docker image
run: docker run ctl:latest sh -c "cd ./build && ctest"

centos7:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build --no-cache --rm -f ./docker/Dockerfile_centos_7 -t ctl:latest .

- name: Run unit tests (ctest) within the Docker image
run: docker run ctl:latest sh -c "cd ./build && ctest"

redhat-ubi8:

runs-on: ubuntu-latest
Expand Down

0 comments on commit 83d0344

Please sign in to comment.