Skip to content

Commit

Permalink
Also run tests on Windows Server 2022 GitHub Runner
Browse files Browse the repository at this point in the history
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
  • Loading branch information
TBBle committed Sep 25, 2021
1 parent 1f8211a commit 5c3a8ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
exit $process.ExitCode
test:
runs-on: 'windows-2019'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, windows-2022]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -84,7 +87,7 @@ jobs:

- uses: actions/upload-artifact@v2
with:
name: test_binaries
name: test_binaries_${{ matrix.os }}
path: |
test/containerd-shim-runhcs-v1.test.exe
test/cri-containerd.test.exe
Expand Down

0 comments on commit 5c3a8ee

Please sign in to comment.