2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

Updated to recent compilers/boost

This commit is contained in:
Tom Kent
2025-10-28 19:01:46 -05:00
committed by Stefan Seefeld
parent 7704f6bbe7
commit c5e545ba28

View File

@@ -18,9 +18,9 @@ jobs:
# pre-reqs installed, see:
# https://github.com/teeks99/boost-python-test-docker
- cxx: clang++
docker-img: teeks99/boost-python-test:clang-12_1.76.0
docker-img: teeks99/boost-python-test:clang-21_1.89.0
- cxx: g++
docker-img: teeks99/boost-python-test:gcc-10_1.76.0
docker-img: teeks99/boost-python-test:gcc-15_1.89.0
container:
image: ${{ matrix.docker-img }}