From 26e387fb99e61fea7bbabb4964f0d1c7be5875b1 Mon Sep 17 00:00:00 2001 From: Ravenwater Date: Wed, 1 Jan 2025 16:47:47 -0500 Subject: [PATCH] disabling ubuntu for the moment --- .github/workflows/cmake-multi-platform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 7ab1b4d..085d03e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -23,7 +23,8 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, windows-latest] + #os: [ubuntu-latest, windows-latest] + os: [windows-latest] build_type: [Release] c_compiler: [gcc, clang, cl] include: