Merge pull request #6314 from dcantah/ws2022-ci

Add Windows Server 2022 CI runs
This commit is contained in:
Maksym Pavlenko
2021-12-03 10:51:00 -08:00
committed by GitHub
4 changed files with 30 additions and 8 deletions

View File

@@ -201,7 +201,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-18.04, macos-10.15, windows-2019, windows-2022]
go-version: ['1.17.3']
steps:
@@ -230,12 +230,16 @@ jobs:
#
integration-windows:
name: Windows Integration
runs-on: windows-2019
runs-on: ${{ matrix.os }}
timeout-minutes: 35
needs: [project, linters, protos, man]
env:
GOTEST: gotestsum --
strategy:
matrix:
os: [windows-2019, windows-2022]
defaults:
run:
shell: bash