mirror of
https://github.com/inspec/inspec
synced 2025-03-07 16:57:43 +00:00
Update OpenSSL on macOS to 1.1.l
1.1.1k is no longer there Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
3f7d40318b
commit
19f74c9c88
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ override "train", version: "v#{train_stable}"
|
|||
override "ruby", version: "2.7.4"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1k" if mac_os_x?
|
||||
override "openssl", version: "1.1.1l" if mac_os_x?
|
||||
|
|
Loading…
Add table
Reference in a new issue