diff options
author | John McCrae <john.mccrae@progress.com> | 2022-04-07 08:46:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 08:46:41 -0700 |
commit | bf652837e634a0271d726a7b3dfe6f50e8e04cbc (patch) | |
tree | 80e424184d748bda1b8bba69d473d1344064d1b1 /.github/workflows | |
parent | 09ef2bba5251b018ea477f5158b55918382b0e79 (diff) | |
parent | f61168f78a52f28c170feb3c6a65061d91e7cb25 (diff) | |
download | chef-bf652837e634a0271d726a7b3dfe6f50e8e04cbc.tar.gz |
Merge branch 'main' into jfm/platform_updates
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/kitchen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml index 10201b545d..c66a5204ff 100644 --- a/.github/workflows/kitchen.yml +++ b/.github/workflows/kitchen.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2022, windows-2019, windows-2016] + os: [windows-2022, windows-2019] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 |