Skip to content

Commit

Permalink
add windows-2025 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 20, 2024
1 parent 05ec910 commit 48643ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
os:
- windows-2019
- windows-2022
- windows-2025
multi-thread:
- false
- true
Expand Down Expand Up @@ -267,6 +268,8 @@ jobs:
matrix:
os:
- windows-2019
- windows-2022
- windows-2025
steps:
- name: disable autocrlf
run: git config --global core.autocrlf false
Expand Down

0 comments on commit 48643ff

Please sign in to comment.