Skip to content

Commit 05f5f6d

Browse files
committed
add 2025
1 parent fea1fe2 commit 05f5f6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- { os: win, arch: x86 }
2525
- { os: win, arch: x64, version: 2019 }
2626
- { os: win, arch: x86, version: 2019 }
27+
- { os: win, arch: x64, version: 2025 }
28+
- { os: win, arch: x86, version: 2025 }
2729
- { os: linux, arch: x64 }
28-
runs-on: ${{ matrix.os == 'win' && 'windows-latest' || matrix.version == '2019' && 'windows-2019' || 'ubuntu-latest' }}
30+
runs-on: ${{ matrix.os == 'win' && 'windows-latest' || matrix.version == '2019' && 'windows-2019' || matrix.version == '2025' && 'windows-2025' || 'ubuntu-latest' }}
2931
steps:
3032
- name: Disable Windows Defender Real-time Protection
3133
if: matrix.os == 'win'

0 commit comments

Comments
 (0)