From c4be8219c778ca67a35b65299cf2361ed60eb611 Mon Sep 17 00:00:00 2001 From: Mathieu Gamache Date: Tue, 17 Dec 2024 14:19:28 -0500 Subject: [PATCH] Update CI workflow to run on Windows for .NET Framework 4.6.2 support --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f53eda6..52094eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ concurrency: jobs: ci: + # Use windows to easily support .NET Framework 4.6.2 targets runs-on: windows-latest steps: