Skip to content

Commit e7bebc2

Browse files
committed
Upgrading windows CI to windows-2025.
1 parent 946a2b0 commit e7bebc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push, pull_request]
44

55
jobs:
66
tests:
7-
runs-on: windows-2019
7+
runs-on: windows-2025
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
with:
1111
submodules: true
1212
- uses: ilammy/msvc-dev-cmd@v1
@@ -15,7 +15,7 @@ jobs:
1515

1616
# cache
1717
- name: Cache CMakeCache.txt and Nuget packages
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
with:
2020
path: |
2121
CMakeCache.txt

0 commit comments

Comments
 (0)