From 6482138659c99a277af18af7363e0f9901e70b8b Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Sun, 4 Jan 2026 11:36:38 -0500 Subject: [PATCH] Disable Clang 18 C++26 libstdc++ unit tests due to incompatibility with version 15 See https://github.com/bemanproject/exemplar/commit/48638eeb25ccfe125b3db13deb1001326e012317 --- .github/workflows/ci_tests.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ad6560e..5ca7ccb 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -93,7 +93,7 @@ jobs: } ] }, - { "versions": ["20", "19", "18"], + { "versions": ["20", "19"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [ @@ -101,6 +101,20 @@ jobs: ] } ] + }, + { "versions": ["18"], + "tests": [ + { "cxxversions": ["c++26", "c++23", "c++20"], + "tests": [ + {"stdlibs": ["libc++"], "tests": ["Release.Default"]} + ] + }, + { "cxxversions": ["c++23", "c++20"], + "tests": [ + {"stdlibs": ["libc++"], "tests": ["Release.Default"]} + ] + } + ] } ], "appleclang": [