Skip to content

Commit

Permalink
remove deprecated ubuntu 23.10 docker from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jan 3, 2025
1 parent 526d7ea commit c7b5d3e
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 @@ -96,18 +96,6 @@ jobs:
- name: Run unit tests (ctest) within the Docker image
run: docker run ctl:latest sh -c "cd ./build && ctest"

ubuntu-23-10:

runs-on: ubuntu-latest

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

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

ubuntu-latest:

runs-on: ubuntu-latest
Expand Down

0 comments on commit c7b5d3e

Please # to comment.