From 4dd6ef34bb7a0d4f870753a409f93cb8d38a0ef6 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Fri, 16 Aug 2024 16:35:51 +0200 Subject: [PATCH] Update cmake-multi-platform.yml: win only --- .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 e187823..167b85f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -21,7 +21,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: [clang, cl] #include: