We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7704f6b commit c5e545bCopy full SHA for c5e545b
.github/workflows/test-ubuntu.yml
@@ -18,9 +18,9 @@ jobs:
18
# pre-reqs installed, see:
19
# https://github.com/teeks99/boost-python-test-docker
20
- cxx: clang++
21
- docker-img: teeks99/boost-python-test:clang-12_1.76.0
+ docker-img: teeks99/boost-python-test:clang-21_1.89.0
22
- cxx: g++
23
- docker-img: teeks99/boost-python-test:gcc-10_1.76.0
+ docker-img: teeks99/boost-python-test:gcc-15_1.89.0
24
25
container:
26
image: ${{ matrix.docker-img }}
0 commit comments