From 8b957f916316d85f45a0034baf50e608c6940fc8 Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Wed, 17 Sep 2025 11:25:05 +0200 Subject: [PATCH 1/2] chore(ci): switch to windows-2022 runner --- .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 dfcf0d7..e214b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - os: [macOS-latest, ubuntu-latest, windows-2019] + os: [macOS-latest, ubuntu-latest, windows-2022] steps: - name: clone repository From 95a7d2c779019a606a0902e19d172026921235bc Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 17 Sep 2025 14:27:26 -0400 Subject: [PATCH 2/2] Update .github/workflows/ci.yml --- .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 e214b70..dfb91b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - os: [macOS-latest, ubuntu-latest, windows-2022] + os: [macOS-latest, ubuntu-latest, windows-latest] steps: - name: clone repository