Skip to content

Commit e91d455

Browse files
committed
replace windows-2019 with windows-2025
1 parent ed516e2 commit e91d455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compilers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
matrix:
8989
generator: [ 'Visual Studio 16 2019', 'Visual Studio 17 2022' ]
90-
image: [ windows-2019, windows-2022 ]
90+
image: [ windows-2022, windows-2025 ]
9191
build_type: [ Debug, Release ]
9292
extra_args: [ '', '-T ClangCL' ]
9393
cxx_version: [ 14, 17, 20, 23 ]

0 commit comments

Comments
 (0)