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:
Felix Fontein
2023-03-09 06:42:33 +01:00
committed by GitHub
parent 4d21f1c19c
commit f8bd224c99
2 changed files with 6 additions and 4 deletions

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