summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrajaktaPurohit <PrajaktaPurohit@users.noreply.github.com>2022-03-30 11:07:31 -0700
committerGitHub <noreply@github.com>2022-03-30 11:07:31 -0700
commit71512e27bcbdc0e953b107126292c93e9e6ea009 (patch)
tree2197bb42a16c252797d9dfc289650b2e58c3cbec
parent82f7bb2f97ebe308bd450e4dd616f520224e77da (diff)
parentafe6b91db0e7f6857ab0c450011085bf960fd81a (diff)
downloadchef-71512e27bcbdc0e953b107126292c93e9e6ea009.tar.gz
Merge pull request #12740 from chef/chef17_remove_server_2016
Removed Windows Server 2016 from testing per Github
-rw-r--r--.github/workflows/kitchen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index f2c278aa6c..c9b77573ad 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