Skip to content

Commit c5e545b

Browse files
teeks99stefanseefeld
authored andcommitted
Updated to recent compilers/boost
1 parent 7704f6b commit c5e545b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
# pre-reqs installed, see:
1919
# https://github.com/teeks99/boost-python-test-docker
2020
- cxx: clang++
21-
docker-img: teeks99/boost-python-test:clang-12_1.76.0
21+
docker-img: teeks99/boost-python-test:clang-21_1.89.0
2222
- cxx: g++
23-
docker-img: teeks99/boost-python-test:gcc-10_1.76.0
23+
docker-img: teeks99/boost-python-test:gcc-15_1.89.0
2424

2525
container:
2626
image: ${{ matrix.docker-img }}

0 commit comments

Comments
 (0)