Skip to content

Commit c0b98bf

Browse files
committed
ci: pin Windows runner to windows-2022
The windows-latest image is rolling out VS2026, whose Conan support is still poor. Pin both workflows to the windows-2022 runner to keep CI on the VS2022 (MSVC 17.x) toolchain.
1 parent e67eff8 commit c0b98bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
os: ['windows-latest', 'macOS-latest']
22+
os: ['windows-2022', 'macOS-latest']
2323

2424
runs-on: ${{ matrix.os }}
2525

.github/workflows/publish-conan-recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# cppstd is pinned per platform to match the binaries already on the remote; consumers on a
3030
# higher standard (the engine uses C++20) still match via Conan's default compatibility plugin.
3131
include:
32-
- os: windows-latest
32+
- os: windows-2022
3333
cppstd: '17'
3434
- os: macOS-latest
3535
cppstd: gnu17

0 commit comments

Comments
 (0)