From 2973968127193acafa28dd6e74b8ac4bcb39bfef Mon Sep 17 00:00:00 2001 From: qhangz Date: Wed, 30 Jul 2025 22:51:05 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e35fb59..e332c959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ jobs: fail-fast: false matrix: platform: - - { name: Windows VS2019, os: windows-2019 } - { name: Windows VS2022, os: windows-2022 } - { name: Linux GCC, os: ubuntu-latest } - { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }