diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec6bd8e..1110cda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ env: jobs: build-windows: - runs-on: [windows-latest] + runs-on: windows-2019 # [windows-latest] # VS 2022 no longer automatically works w/ the non-‘latest’ version of the C++ bits strategy: # Keep building other jobs even if another fails, to show what _is_ still working. fail-fast: false