Add macOS 13.2 to CI (#581)

* Add macOS 13.2 to CI.

* Run brew --prefix with same user used for installing with brew.
pull/545/head
Felix Fontein 2023-03-09 06:42:33 +01:00 committed by GitHub
parent 4d21f1c19c
commit f8bd224c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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