From 16e161a900dee2c818b6d446e24ce7c6aa0b30dd Mon Sep 17 00:00:00 2001 From: Brian Marroquin Date: Tue, 24 Jun 2025 20:40:13 -0700 Subject: [PATCH] target an older windows --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 7a8a56b..e3fac2b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -14,7 +14,7 @@ jobs: matrix: configuration: [Debug, Release] - runs-on: windows-latest # For a list of available runner types, refer to + runs-on: windows-2019 # For a list of available runner types, refer to # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on env: