diff --git a/.github/compilers.json b/.github/compilers.json index 69cfdd942..950eeb1b2 100644 --- a/.github/compilers.json +++ b/.github/compilers.json @@ -115,7 +115,7 @@ "clang-cl": [ { "version": "*", - "cxxstd": "20", + "cxxstd": "20,latest", "latest_cxxstd": "20", "runs_on": "windows-2022", "cxx": "clang++-cl",