From 5c3a8eef5a9b9c33bcf88aa6f4811059a2a6e220 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sat, 25 Sep 2021 00:55:34 +1000 Subject: [PATCH] Also run tests on Windows Server 2022 GitHub Runner Signed-off-by: Paul "TBBle" Hampson --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c08533b447..79a6b2dfa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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