From dd2d7663fe702d2b97b564a8d995d78939429d13 Mon Sep 17 00:00:00 2001
From: Nathan Dunfield <nathan@dunfield.info>
Date: Mon, 13 Jan 2025 14:29:46 -0600
Subject: [PATCH] CI: Windows 2022 works, but let's belt-and-suspenders and use
 2019 while we can

---
 .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 26377ba..0148dcb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-2022, macos-13, macos-14]
+        os: [ubuntu-latest, windows-2019, macos-13, macos-14]
 
     steps:
       - uses: actions/checkout@v4