Merge pull request #6314 from dcantah/ws2022-ci
Add Windows Server 2022 CI runs
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user