Skip to content

Commit dc6b315

Browse files
committed
use windows-latest runner
1 parent af9764b commit dc6b315

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
jobs:
3131
cmake:
3232
name: cmake + ${{ matrix.msvc }} + ${{ matrix.arch }} + ${{ matrix.build_type }} + ${{ matrix.shard }}
33-
runs-on: windows-2025
33+
runs-on: windows-latest
3434
permissions:
3535
contents: 'read'
3636
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
msvc: [ msvc-2022 ]
4242
build_type: [ Release ]
4343
arch: [ x64 ]
44-
shard: [ Core1, Core2, Core3, Core4, Core5, Shard1 ]
44+
shard: [ Core3 ]
4545
exclude:
4646
# Also skip shards (Compute and Other) that contain only generated code.
4747
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}

0 commit comments

Comments
 (0)