From 35fbf7c938e5d703fa442e81ed7c63bb4094a78d Mon Sep 17 00:00:00 2001 From: Mori Bellamy Date: Thu, 16 Nov 2023 17:25:55 -0800 Subject: [PATCH] nevermind --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ec30f42..1553483 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] build_type: [Release, Debug] c_compiler: [gcc, clang]