mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Use openssl 1.1.1 on all MacOS, not just arm
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
3e88bfdcb2
commit
3bfc6d33bc
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ override "train", version: "v#{train_stable}"
|
|||
override "ruby", version: "2.7.2"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1j" if mac_os_x? && arm?
|
||||
override "openssl", version: "1.1.1j" if mac_os_x?
|
||||
|
|
Loading…
Reference in a new issue