@@ -77,25 +77,22 @@ jobs:
7777 include :
7878 # MacOSX:
7979 # Use system clang (15)
80- # Use (compiler) default C++ 14 standard
8180 # Use system cmake (version gets ignored below)
8281 # Use boost installed via brew
8382 - { compiler: clang, os: macos-14, type: Debug }
8483
8584 # Linux:
8685 # Oldest Compilers
8786 # GCC 9 also known to show a few warnings that newer versions dont show
88- # Use (compiler) default C++ 14 standard
8987 # Use system cmake
90- # Use system boost (min version)
91- - { compiler: gcc-9, os: ubuntu-20 .04, type: Debug, cmake: 3.16.3, boost: 1.71 .0 }
92- - { compiler: clang-10 , os: ubuntu-20 .04, type: Debug, cmake: 3.16.3, boost: 1.71 .0, externalSanitizer: true }
88+ # Use boost 1.73 (min version)
89+ - { compiler: gcc-9, os: ubuntu-22 .04, type: Debug, cmake: 3.16.3, boost: 1.73 .0 }
90+ - { compiler: clang-11 , os: ubuntu-22 .04, type: Debug, cmake: 3.16.3, boost: 1.73 .0, externalSanitizer: true }
9391 #
9492 # Default compiler for Ubuntu 20.04
95- # Use (compiler) default C++ 14 standard
9693 # Use default cmake
9794 # Use default boost
98- - { compiler: gcc-10, os: ubuntu-20 .04, type: Debug, coverage: true }
95+ - { compiler: gcc-10, os: ubuntu-22 .04, type: Debug, coverage: true }
9996 #
10097 # Default compilers for Ubuntu 22.04
10198 # Use C++ 17 standard (default for gcc-11)
0 commit comments