Skip to content

Commit 80fab32

Browse files
cosmo0920edsiper
authored andcommitted
workflows: Use windows-2025 instead of deprecated 2019
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 6cea086 commit 80fab32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
max-parallel: 48
1616
fail-fast: false
1717
matrix:
18-
os: [windows-latest, windows-2019]
18+
os: [windows-2025, windows-2022]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- name: Build on ${{ matrix.os }} with vs-2019

0 commit comments

Comments
 (0)