From 704b196fb50305acd17195ea0cffb9f2655b339c Mon Sep 17 00:00:00 2001 From: Easton Pillay Date: Fri, 11 Feb 2022 11:17:25 -0500 Subject: [PATCH] It won't compile on 2022 due to missing Windows SDKs. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce935cf..88369bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: windows-latest + runs-on: windows-2019 # Steps represent a sequence of tasks that will be executed as part of the job steps: