Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /