From d5ee5ff8c142952592004a5a93a216c9ed8bd36e Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Thu, 28 Dec 2023 14:36:19 +0100 Subject: [PATCH] Exclude ifort on windos --- .github/workflows/CI_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI_test.yml b/.github/workflows/CI_test.yml index ced64a8a..c942c7ed 100644 --- a/.github/workflows/CI_test.yml +++ b/.github/workflows/CI_test.yml @@ -14,9 +14,9 @@ jobs: - {compiler: gcc} - {compiler: intel-classic} # - {compiler: intel} - # exclude: - # - os: windows-latest - # toolchain: {compiler: intel-classic} + exclude: + - os: windows-latest + toolchain: {compiler: intel-classic} steps: - name: Checkout code