We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a2b0 commit e7bebc2Copy full SHA for e7bebc2
.github/workflows/windows-build.yml
@@ -4,9 +4,9 @@ on: [push, pull_request]
4
5
jobs:
6
tests:
7
- runs-on: windows-2019
+ runs-on: windows-2025
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
with:
11
submodules: true
12
- uses: ilammy/msvc-dev-cmd@v1
@@ -15,7 +15,7 @@ jobs:
15
16
# cache
17
- name: Cache CMakeCache.txt and Nuget packages
18
- uses: actions/cache@v2
+ uses: actions/cache@v4
19
20
path: |
21
CMakeCache.txt
0 commit comments