mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-27 05:43:22 +00:00
Add macOS 13.2 to CI (#581)
* Add macOS 13.2 to CI. * Run brew --prefix with same user used for installing with brew.
This commit is contained in:
@@ -202,8 +202,8 @@ stages:
|
||||
parameters:
|
||||
testFormat: devel/{0}
|
||||
targets:
|
||||
- name: macOS 12.0
|
||||
test: macos/12.0
|
||||
- name: macOS 13.2
|
||||
test: macos/13.2
|
||||
- name: RHEL 7.9
|
||||
test: rhel/7.9
|
||||
- name: RHEL 9.1
|
||||
@@ -223,6 +223,8 @@ stages:
|
||||
parameters:
|
||||
testFormat: 2.14/{0}
|
||||
targets:
|
||||
- name: macOS 12.0
|
||||
test: macos/12.0
|
||||
- name: RHEL 9.0
|
||||
test: rhel/9.0
|
||||
- name: FreeBSD 12.3
|
||||
@@ -238,8 +240,6 @@ stages:
|
||||
parameters:
|
||||
testFormat: 2.13/{0}
|
||||
targets:
|
||||
# - name: macOS 12.0
|
||||
# test: macos/12.0
|
||||
- name: RHEL 8.5
|
||||
test: rhel/8.5
|
||||
- name: FreeBSD 13.0
|
||||
|
||||
@@ -64,6 +64,8 @@
|
||||
|
||||
- name: MACOS | Locale openssl binary
|
||||
command: brew --prefix openssl
|
||||
become: true
|
||||
become_user: "{{ brew_stat.stat.pw_name }}"
|
||||
register: brew_openssl_prefix
|
||||
|
||||
- name: MACOS | Point to OpenSSL binary
|
||||
|
||||
Reference in New Issue
Block a user