From c57fa2a6dcf8a3cef56f4748f89bc7fb7ce2c2b9 Mon Sep 17 00:00:00 2001 From: bobeaton Date: Mon, 1 Jul 2024 09:31:27 -0500 Subject: [PATCH] Update build.yml try going back to windows-2019 (as discussed here: https://github.com/actions/runner-images/issues/9873) --- .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 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