Skip to content

Commit 56b6373

Browse files
committed
windows-latest
1 parent 06b972d commit 56b6373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
platform:
14-
- { name: Windows, os: windows-2025 }
14+
- { name: Windows, os: windows-latest }
1515
- { name: Linux GCC, os: ubuntu-latest }
1616
- { name: Linux Clang, os: ubuntu-latest, flags: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ }
1717
- { name: macOS, os: macos-latest }

0 commit comments

Comments
 (0)