@@ -47,10 +47,10 @@ jobs:
4747 run : ' echo "using $TOOLSET : : ${{ matrix.compiler }} ;" > ~/user-config.jam && echo "using mpi ;" >> ~/user-config.jam'
4848 working-directory : ../boost-root
4949 - name : Config info
50- run : ../../../b2 print_config_info toolset=$TOOLSET cxxstd=03,11, 14,17,2a
50+ run : ../../../b2 print_config_info toolset=$TOOLSET cxxstd=14,17,20
5151 working-directory : ../boost-root/libs/config/test
5252 - name : Test
53- run : ../../../b2 toolset=$TOOLSET cxxstd=03,11, 14,17,2a
53+ run : ../../../b2 toolset=$TOOLSET cxxstd=14,17,20
5454 working-directory : ../boost-root/libs/graph_parallel/test
5555 macos :
5656 runs-on : macos-latest
8989 - name : Generate user-config
9090 run : echo "using mpi ;" > ~/user-config.jam
9191 - name : Config info
92- run : ../../../b2 print_config_info toolset=${{ matrix.toolset }} cxxstd=03,11, 14,17,2a
92+ run : ../../../b2 print_config_info toolset=${{ matrix.toolset }} cxxstd=14,17,20
9393 working-directory : ../boost-root/libs/config/test
9494 - name : Test
95- run : ../../../b2 toolset=${{ matrix.toolset }} cxxstd=03,11, 14,17,2a define=CI_SUPPRESS_KNOWN_ISSUES
95+ run : ../../../b2 toolset=${{ matrix.toolset }} cxxstd=14,17,20 define=CI_SUPPRESS_KNOWN_ISSUES
9696 working-directory : ../boost-root/libs/graph_parallel/test
0 commit comments