1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Update GH workflow config (#3588)

This commit is contained in:
shuting 2022-04-12 22:37:37 +08:00 committed by GitHub
parent a97b759ca9
commit 8d24582286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2.1.5

View file

@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s-version: [v1.16.15, v1.17.17, v1.18.19, v1.19.11, v1.20.7, v1.21.2, v1.22.5, v1.23.3]
k8s-version: [v1.20.15, v1.21.10, v1.22.7, v1.23.5]
runs-on: ubuntu-latest
steps:
- name: Checkout