Skip to content

Commit dc6e75f

Browse files
committed
fix(ci): use windows-2022 instead of windows-latest
1 parent 281c7b2 commit dc6e75f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ jobs:
362362
artifact: "ubuntu-gcc-14"
363363
}
364364
- {
365-
os: windows-latest, name: "Windows VS 2022",
365+
os: windows-2022, name: "Windows VS 2022",
366366
compiler: msvc, compiler_version: "", sanitizers: "On",
367367
artifact: "windows-msvc-22"
368368
}
@@ -479,7 +479,7 @@ jobs:
479479
config:
480480
- { os: ubuntu-24.04, name: "Ubuntu Clang 16", artifact: "ubuntu-clang-16", compiler_version: 16, }
481481
- { os: ubuntu-24.04, name: "Ubuntu GCC 14", artifact: "ubuntu-gcc-14", compiler_version: 14, }
482-
- { os: windows-latest, name: "Windows VS 2022", artifact: "windows-msvc-22", compiler_version: 22, }
482+
- { os: windows-2022, name: "Windows VS 2022", artifact: "windows-msvc-22", compiler_version: 22, }
483483
- { os: macos-14, name: "MacOS Clang 16", artifact: "macos-clang-16", compiler_version: 16, }
484484

485485
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
artifact: "ubuntu-gcc-14"
3030
}
3131
- {
32-
os: windows-latest, name: "Windows VS 2022",
32+
os: windows-2022, name: "Windows VS 2022",
3333
compiler: msvc, compiler_version: "",
3434
artifact: "windows-msvc-22"
3535
}

0 commit comments

Comments
 (0)