From 2762874a7097ff60879a1761b57e64be0d741a75 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Sun, 15 Sep 2024 21:08:16 -0400 Subject: [PATCH] fix: icc < 22.0.1 advertises but doesn't support the fallthrough attribute --- .github/workflows/ci.yml | 34 +++++++++++++++++----------------- hedley.h | 17 ++++++++++++++--- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc71734..605528e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,20 +56,20 @@ jobs: fail-fast: false matrix: version: - - "2021.1.1" - - "2021.1.2" - - "2021.2.0" - - "2021.3.0" - - "2021.4.0" - - "2022.0.1" - - "2022.0.2" - - "2022.1.0" - - "2022.2.0" - - "2022.2.1" - - "2023.0.0" - - "2023.1.0" - - "2023.2.0" - - "2023.2.1" + # - "2021.1.1" + # - "2021.1.2" + - "2021.2.0" # bad + # - "2021.3.0" + # - "2021.4.0" + # - "2022.0.1" # ok + # - "2022.0.2" + # - "2022.1.0" + # - "2022.2.0" + # - "2022.2.1" + # - "2023.0.0" + # - "2023.1.0" + # - "2023.2.0" + # - "2023.2.1" steps: - uses: actions/checkout@v4 - name: Free some disk space @@ -86,8 +86,8 @@ jobs: . /opt/intel/oneapi/setvars.sh icc --version icc -dM -E -