fix clang_gcc_toolchain to 13

This commit is contained in:
tequ
2025-11-27 10:38:48 +09:00
parent 95f753b1d3
commit 5cc7e6dc19

View File

@@ -65,7 +65,7 @@ jobs:
"cxx": "clang++-14",
"compiler_version": 14,
"stdlib": "libstdcxx",
# "clang_gcc_toolchain": 11,
"clang_gcc_toolchain": 13,
"configuration": "Debug"
},
{
@@ -75,7 +75,7 @@ jobs:
"cxx": "clang++-16",
"compiler_version": 16,
"stdlib": "libstdcxx",
# "clang_gcc_toolchain": 13,
"clang_gcc_toolchain": 13,
"configuration": "Debug"
},
{