From a349be70642108f3ad377155a53d64232b249315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sat, 6 Dec 2025 20:12:37 +0100 Subject: [PATCH] chore: remove linux test --- .github/workflows/cmake-multi-platform.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 11d1a20..65c4343 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -31,22 +31,13 @@ jobs: cpp_compiler: clang++ build_type: Release name: macOS Clang arm64 - - os: windows-latest arch: x86_64 c_compiler: cl cpp_compiler: cl vs_arch: x64 build_type: Release - name: Windows MSVC x64 - - - os: ubuntu-latest - arch: x86_64 - c_compiler: gcc - cpp_compiler: g++ - build_type: Release - name: Linux GCC x86_64 - + name: Windows MSVC x64 steps: - uses: actions/checkout@v4 with: