Skip to content

Commit 9b332b4

Browse files
committed
ci(runner): windows-2025-vs2026 runner
Signed-off-by: Philippe Martin <phmartin@redhat.com>
1 parent e51e121 commit 9b332b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-24.04, macos-26, windows-2025]
11+
os: [ubuntu-24.04, macos-26, windows-2025-vs2026]
1212
steps:
1313
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- target: aarch64-apple-darwin
2222
runner: macos-26
2323
- target: x86_64-pc-windows-msvc
24-
runner: windows-2025
24+
runner: windows-2025-vs2026
2525
steps:
2626
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727

0 commit comments

Comments
 (0)