From af54143ff2e7c69021b8be4fc35a5481425fb194 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 13 Jul 2026 09:15:39 +0100 Subject: [PATCH] Remove "latest" compiler version from clr tests. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0d1dec0..1021c6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,10 +223,10 @@ jobs: run: b2 headers working-directory: ../boost-root - name: Config info - run: ..\..\..\b2 print_config_info cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc + run: ..\..\..\b2 print_config_info cxxstd=14,17,20 cxxflags=-clr asynch-exceptions=on toolset=msvc working-directory: ../boost-root/libs/config/test - name: Test - run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20,latest cxxflags=-clr asynch-exceptions=on toolset=msvc + run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20 cxxflags=-clr asynch-exceptions=on toolset=msvc working-directory: ../boost-root/libs/config/test windows_clang_msvc_14_3: runs-on: windows-2025