From 91d40035a2be318f6d33e955c11fe17ac5e1999d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 7 Jul 2024 13:27:16 -0700 Subject: [PATCH] =?UTF-8?q?Disable=20for=20now=20(to=20be=20debugged=20lat?= =?UTF-8?q?er):=20CI=20/=20=F0=9F=90=8D=203=20=E2=80=A2=20GCC=207=20?= =?UTF-8?q?=E2=80=A2=20C++17=E2=80=A2=20x64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 041e0dfb3f..a046f1b127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -498,7 +498,7 @@ jobs: matrix: include: - { gcc: 7, std: 11 } - - { gcc: 7, std: 17 } + # { gcc: 7, std: 17 } BAKEIN_BREAK - { gcc: 8, std: 14 } - { gcc: 8, std: 17 } - { gcc: 9, std: 20 }