Skip to content

Commit 66d2deb

Browse files
crazy-maxbillywr
authored andcommitted
update win os version in github workflows
Signed-off-by: Billy Owire <[email protected]>
2 parents f3aafa7 + d394e48 commit 66d2deb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/test-os.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
retention-days: 1
7171

7272
test-windows-amd64:
73-
runs-on: windows-2022
73+
runs-on: ${{ matrix.os }}
7474
needs:
7575
- build
7676
env:
@@ -79,6 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82+
os: [windows-2022, windows-2025]
8283
worker:
8384
- containerd
8485
pkg:
@@ -89,7 +90,12 @@ jobs:
8990
- ./frontend
9091
- ./frontend/dockerfile
9192
include:
92-
-
93+
- os: windows-2022
94+
worker: containerd
95+
pkg: ./...
96+
skip-integration-tests: 1
97+
- os: windows-2025
98+
worker: containerd
9399
pkg: ./...
94100
skip-integration-tests: 1
95101
steps:
@@ -162,7 +168,7 @@ jobs:
162168
if: always()
163169
uses: actions/upload-artifact@v4
164170
with:
165-
name: test-reports-${{ env.TEST_REPORT_NAME }}
171+
name: test-reports-${{ matrix.os }}-${{ env.TEST_REPORT_NAME }}
166172
path: ./bin/testreports
167173
retention-days: 1
168174
-

0 commit comments

Comments
 (0)