Skip to content

Commit e3298a2

Browse files
committed
Use windows-latest
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 7c25a15 commit e3298a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Core tests
3535
run: 'cmake . && ctest . -E "max_property_(name|value)|max_section_name_ignore" '
3636
windows:
37-
runs-on: windows-2019
37+
runs-on: windows-latest
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:

0 commit comments

Comments
 (0)