Skip to content

Commit 2a82afd

Browse files
committed
Upgrade base image & build prerequisites.
1 parent aca3c80 commit 2a82afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-11_1.66.0
21+
docker-img: teeks99/boost-python-test:clang-12_1.76.0
2222
- cxx: g++
23-
docker-img: teeks99/boost-python-test:gcc-9_1.66.0
23+
docker-img: teeks99/boost-python-test:gcc-10_1.76.0
2424

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

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
vcpkgGitCommitId: '8a9a97315aefb3f8bc5d81bf66ca0025938b9c91'
2222
vcpkgDirectory: '${{ runner.workspace }}/vcpkg'
2323
vcpkgTriplet: x64-windows
24-
vcpkgArguments: boost-config boost-core boost-function boost-graph boost-iterator boost-lexical-cast boost-mpl boost-preprocessor boost-smart-ptr boost-static-assert
24+
vcpkgArguments: boost-config boost-core boost-function boost-graph boost-iterator boost-lexical-cast boost-mpl boost-preprocessor boost-smart-ptr boost-static-assert boost-align
2525

2626
- name: setup faber
2727
#shell: 'bash'

0 commit comments

Comments
 (0)