diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 97d8cb094..dd869647f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -26,6 +26,7 @@ jobs: - {compiler: gcc, version: '11', name: c++17, flags: -DCPP17=ON} - {compiler: gcc, version: '11', name: xsimd-tbb, flags: -DXTENSOR_USE_XSIMD=ON -DXTENSOR_USE_TBB=ON} - {compiler: gcc, version: '11', name: tbb, flags: -DXTENSOR_USE_TBB=ON -DTBB_INCLUDE_DIR=$CONDA_PREFIX/include -DTBB_LIBRARY=$CONDA_PREFIX/lib} + - {compiler: gcc, version: '12', name: c++17, flags: -DCPP17=ON} steps: