From b53b226fc45f3dcaa5eca5775f8460c4d8905fd3 Mon Sep 17 00:00:00 2001 From: minhqdao Date: Wed, 24 Apr 2024 22:57:45 +0545 Subject: [PATCH] Try enabling Windows --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8577799..3c6d17b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,6 @@ jobs: exclude: - os: macos-latest toolchain: { compiler: intel, version: "2024.1" } - - os: windows-latest - toolchain: { compiler: intel, version: "2024.1" } - - os: windows-latest - toolchain: { intel-classic, version: "2021.10" } include: - os: ubuntu-latest toolchain: { compiler: nvidia-hpc, version: "23.11" }