From 4f35da60fd8fb0da351e0456682c13c42084efa0 Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 4 Jan 2026 11:23:31 -0500 Subject: [PATCH] Disable Clang 18 libstdc++ unit tests due to incompatibility with version 15 See https://github.com/bemanproject/exemplar/commit/48638eeb25ccfe125b3db13deb1001326e012317 --- .github/workflows/ci_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d4a39b1..89384e8 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -80,7 +80,7 @@ jobs: } ] }, - { "versions": ["19", "18"], + { "versions": ["19"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [ @@ -89,7 +89,7 @@ jobs: } ] }, - { "versions": ["17"], + { "versions": ["18", "17"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]