From 989dd7f0529febcbc0c3956966dece596af6dacc Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:33:53 +0530 Subject: [PATCH] chore(ci): upgrade Windows runner to latest --- .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 8786af2..7f96af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: os: - macos-15 - ubuntu-24.04 - - windows-2019 + - windows-2022 fail-fast: false runs-on: ${{ matrix.os }} steps: