From 0a0e7cc34a92b19a9e348e0e8e7e94f7da5354d4 Mon Sep 17 00:00:00 2001 From: Carson Radtke Date: Fri, 3 Jan 2025 10:08:07 -0600 Subject: [PATCH] revertme --- .github/workflows/compilers.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 2f3bec0..e00151b 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -45,6 +45,10 @@ jobs: clang_version: [ 16, 17, 18 ] build_type: [ Debug, Release ] cxx_version: [ 14, 17, 20, 23 ] + exclude: + # TODO (@carsonradtke): revert this + - clang_version: 17 + cxx_version: 23 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4