From aef27f6450959aa5f8a0278c61e91ba22d3b6823 Mon Sep 17 00:00:00 2001 From: "Mark J. Nelson" Date: Fri, 1 Mar 2024 17:23:09 +0100 Subject: [PATCH] Temporarily disable testing clang in GitHub CI GitHub's C++-20 clang support is broken: https://github.com/actions/runner-images/issues/8659 --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 923fd18..6c65550 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - compiler: [clang++, gcc] + # mjn 3/1/2024: disabled clang tests for now because clang c++-20 is + # broken on GitHub CI, see + # https://github.com/actions/runner-images/issues/8659 + # compiler: [clang++, gcc] + compiler: [gcc] os: [ubuntu-latest] python-version: ['3.8', '3.9', '3.10', '3.11'] env: