From 9e4d421d887ca8c158215c0dc78e5244371346dd Mon Sep 17 00:00:00 2001 From: Mateusz Bocian Date: Wed, 11 Jun 2025 16:34:23 -0400 Subject: [PATCH] ci: use windows-2025 runner --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c6e906ce2f..96bce88839 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -118,12 +118,12 @@ jobs: fail-fast: false matrix: shard: [1, 2, 3, 4, 5, 6, 7, 8] - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-2025] version: ${{ fromJson(needs.setup.outputs.matrix) }} exclude: - - os: windows-latest + - os: windows-2025 version: '13.5.1' - - os: windows-latest + - os: windows-2025 version: '14.2.15' runs-on: ${{ matrix.os }} steps: