summaryrefslogtreecommitdiff
path: root/.github/workflows/kitchen.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/kitchen.yml')
-rw-r--r--.github/workflows/kitchen.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index fcc199de97..3b7f6fd9b6 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -15,7 +15,7 @@ jobs:
os: [windows-2022, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
@@ -78,15 +78,15 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [macos-10.15] # macos-11.0 is not public for now
+ os: [macos-12]
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
brew install coreutils
- curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current
+ curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c current -v 17
/opt/chef/bin/chef-client -v
/opt/chef/bin/ohai -v
/opt/chef/embedded/bin/rake --version