Skip to content

Commit

Permalink
Merge pull request #5710 from billywr/update-win-version
Browse files Browse the repository at this point in the history
Add Windows-2025 to GitHub Actions OS Matrix
  • Loading branch information
tonistiigi authored Feb 10, 2025
2 parents 9bcbd0f + 66d2deb commit c964324
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
retention-days: 1

test-windows-amd64:
runs-on: windows-2022
runs-on: ${{ matrix.os }}
needs:
- build
env:
Expand All @@ -79,6 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, windows-2025]
worker:
- containerd
pkg:
Expand All @@ -89,7 +90,12 @@ jobs:
- ./frontend
- ./frontend/dockerfile
include:
-
- os: windows-2022
worker: containerd
pkg: ./...
skip-integration-tests: 1
- os: windows-2025
worker: containerd
pkg: ./...
skip-integration-tests: 1
steps:
Expand Down Expand Up @@ -162,7 +168,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: test-reports-${{ env.TEST_REPORT_NAME }}
name: test-reports-${{ matrix.os }}-${{ env.TEST_REPORT_NAME }}
path: ./bin/testreports
retention-days: 1
-
Expand Down

0 comments on commit c964324

Please sign in to comment.