Skip to content

Commit c7b5d3e

Browse files
committed
remove deprecated ubuntu 23.10 docker from github workflow
1 parent 526d7ea commit c7b5d3e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/docker_linuxes.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,6 @@ jobs:
9696
- name: Run unit tests (ctest) within the Docker image
9797
run: docker run ctl:latest sh -c "cd ./build && ctest"
9898

99-
ubuntu-23-10:
100-
101-
runs-on: ubuntu-latest
102-
103-
steps:
104-
- uses: actions/checkout@v4
105-
- name: Build the Docker image
106-
run: docker build --no-cache --rm -f ./docker/Dockerfile_ubuntu_23.10 -t ctl:latest .
107-
108-
- name: Run unit tests (ctest) within the Docker image
109-
run: docker run ctl:latest sh -c "cd ./build && ctest"
110-
11199
ubuntu-latest:
112100

113101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)