Skip to content

Commit 4a483a7

Browse files
authored
Merge pull request #195 from sir-gon/renovate/windows-2025.x
Update dependency windows to v2025
2 parents 24baa4d + a542225 commit 4a483a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

.github/workflows/sonarcloud.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
jobs:
1212
build:
1313
name: Build and analyze
14-
runs-on: windows-2022
14+
runs-on: windows-2025
1515
steps:
1616
- name: Set up JDK
1717
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)