summaryrefslogtreecommitdiff
path: root/.github/workflows/func_spec.yml
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-04-28 08:21:32 -0700
committerGitHub <noreply@github.com>2022-04-28 20:51:32 +0530
commit0fa9428ed1c35a07d0093292e7307d6263597604 (patch)
treea4b4bf0c2e3d09069ab8dc32c23061503d977adf /.github/workflows/func_spec.yml
parent147e56d7fac43bcc33b5ad4435f6b475ea00407b (diff)
downloadchef-0fa9428ed1c35a07d0093292e7307d6263597604.tar.gz
Updated EOL for Chef 16 (#12821)
* Updated EOL for Chef 16 Signed-off-by: John McCrae <john.mccrae@progress.com> * Chef-16 EOL updates: 1. Fix issue test kitchen for opensuse-leap-15 kitchen create failure 2. Fix powershell_out_spec undefined method shell_out error on windows ruby 2.7 (trial) 3. Updates for chef-16 EOL: Trial fix for macos git package install error Signed-off-by: Neha Pansare <neha.pansare@progress.com> * Chef-16 EOL updates: 1. Revert locked versions of mixlib-shellout and rspec-mocks to ones from bundle update 2. Add trial fix for macos kitchen failure about git recipe 3.Correct EOL date and year to Nov 30 2022, correct unit spec 4. Fix powershell_out_spec errors on verify pipeline for windows by passing empty hash 5. Chef-16 EOL updates: Remove git installation recipe from mac since installation is not working on mac after many trials 6.Revert back to mac-10.15 vm for kitchen tests Signed-off-by: Neha Pansare <neha.pansare@progress.com> Co-authored-by: Neha Pansare <neha.pansare@progress.com>
Diffstat (limited to '.github/workflows/func_spec.yml')
-rw-r--r--.github/workflows/func_spec.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/func_spec.yml b/.github/workflows/func_spec.yml
index b01314345a..67c1ad07e7 100644
--- a/.github/workflows/func_spec.yml
+++ b/.github/workflows/func_spec.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [windows-2019, windows-2016]
+ os: [windows-2022, windows-2019]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.7, '3.0']
runs-on: ${{ matrix.os }}