Skip to content

Commit bf2cba1

Browse files
Use windows-2022 runner in CI
Update .github/workflows/ci.yml: change the Windows-MSVC job's runner from `windows-latest` to `windows-2022`. This pins the workflow to a specific Windows image (2022) instead of the moving `latest` tag to ensure more consistent build environments.
1 parent df7babd commit bf2cba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
msystem: ucrt64
5353
toolchain: ucrt-x86_64
5454
- name: Windows-MSVC
55-
os: windows-latest
55+
os: windows-2022
5656
shell: pwsh
5757
kind: msvc
5858
steps:

0 commit comments

Comments
 (0)