Skip to content

Commit a24fa64

Browse files
chore(deps): update dependency windows github actions runner to v25 (#118)
Co-authored-by: renovate-self-hosted-apter[bot] <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com>
1 parent e456a56 commit a24fa64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
os: [ubuntu-24.04, windows-2022]
20+
os: [ubuntu-24.04, windows-2025]
2121
runs-on: ${{ matrix.os }}
2222
permissions:
2323
actions: write
@@ -107,7 +107,7 @@ jobs:
107107
junit:
108108
strategy:
109109
matrix:
110-
os: [ ubuntu-24.04, windows-2022 ]
110+
os: [ ubuntu-24.04, windows-2025 ]
111111
runs-on: ${{ matrix.os }}
112112
needs:
113113
- build
@@ -130,7 +130,7 @@ jobs:
130130
kover:
131131
strategy:
132132
matrix:
133-
os: [ ubuntu-24.04, windows-2022 ]
133+
os: [ ubuntu-24.04, windows-2025 ]
134134
runs-on: ${{ matrix.os }}
135135
needs:
136136
- build

0 commit comments

Comments
 (0)