Skip to content

Commit bbd13d2

Browse files
committed
fix: pinning with windows 2025
1 parent 44e6fb3 commit bbd13d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
cc: "clang", cxx: "clang++"
2121
}
2222
- {
23-
name: "Windows 2022, MSVC",
24-
os: windows-2022,
23+
name: "Windows 2025, MSVC",
24+
os: windows-2025,
2525
test_target: RUN_TESTS,
2626
cc: "cl", cxx: "cl"
2727
}

0 commit comments

Comments
 (0)