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: