From 5b90f480786b6ad1c2ac0ed2ab6fa8c05ef63211 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Tue, 17 Oct 2023 09:52:50 -0400 Subject: [PATCH] Fix action file Signed-off-by: Byron Ruth --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afdd822f..993355cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,8 +82,9 @@ jobs: windows: name: Windows - matrix: - os: [windows-2019, windows-2022] + strategy: + matrix: + os: [windows-2019, windows-2022] runs-on: ${{ matrix.os }} steps: