Skip to content

Commit a542225

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] CI/CD windows workflows added: windows-2025 image.
1 parent 402c60e commit a542225

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnet-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: ["windows-2022"]
23+
os: ["windows-2025"]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v4

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
24-
dotnet-version: [8.0.x, 9.0.x]
23+
os: ["windows-2022", "windows-2025", "ubuntu-24.04", "macos-14"]
24+
dotnet-version: [8.x, 9.x]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)