We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a0b3f commit 589b6d7Copy full SHA for 589b6d7
2 files changed
.github/workflows/ci.yml
@@ -23,23 +23,9 @@ jobs:
23
matrix:
24
os:
25
- "almalinux-8"
26
- - "almalinux-9"
27
- - "almalinux-10"
28
- - "amazonlinux-2023"
29
- - "centos-stream-9"
30
- - "centos-stream-10"
31
- - "debian-12"
32
- - "debian-13"
33
- - "fedora-latest"
34
- - "opensuse-leap-15"
35
- - "oraclelinux-8"
36
- - "oraclelinux-9"
37
- "rockylinux-8"
38
- - "rockylinux-9"
39
- - "rockylinux-10"
40
- "ubuntu-2004"
41
- "ubuntu-2204"
42
- - "ubuntu-2404"
43
suite:
44
- "default"
45
fail-fast: false
kitchen.macos.yml
@@ -7,7 +7,7 @@ provisioner:
7
require_chef_omnibus: false
8
name: chef_zero
9
install_strategy: skip
10
- chef_client_path: "/opt/chef-workstation/bin/chef-client"
+ chef_client_path: "/usr/local/bin/cinc-client"
11
deprecations_as_errors: false
12
sudo: true
13
0 commit comments