From d96e584869daa8ab5300b8414914c6f15d6cc016 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 19 Jun 2025 17:29:48 -0500 Subject: [PATCH] Remove windows-2019 from github CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e99c3503..2ace8070 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: name: Build and test on Windows strategy: matrix: - os: [ windows-latest, windows-2019 ] + os: [ windows-latest, windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository @@ -46,7 +46,7 @@ jobs: name: Build and test on Windows Minimal build strategy: matrix: - os: [ windows-2019 ] + os: [ windows-2022 ] runs-on: ${{ matrix.os }} steps: - name: Checkout the repository