From f0a27904e5206a7b59e4e9f5a6f2bb479e199fc8 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 17 Jun 2026 12:34:57 -0400 Subject: [PATCH] [CONFIG] [Github Actions] little rewrite --- .github/workflows/c-windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-windows.yml b/.github/workflows/c-windows.yml index 5b829a0..991641f 100644 --- a/.github/workflows/c-windows.yml +++ b/.github/workflows/c-windows.yml @@ -14,7 +14,9 @@ jobs: name: C/C++ CMake CI Test strategy: matrix: - os: ["windows-2022", "windows-2025"] + os: + - "windows-2022" + - "windows-2025" arch: - amd64 - amd64_x86