From 4789fc90abcb080dcc710849a1ee7796c358bfc7 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 4 Oct 2023 14:20:12 -0700 Subject: [PATCH] working to fix windows ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7eb4a85d..0878ab4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: # significantly between windows and linux/apple. We also are able to # build our windows binary. build_and_test_windows: - runs-on: windows-2019 + runs-on: windows-2022 steps: - uses: actions/checkout@v3 - name: Set up Python