diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com> | 2024-02-16 21:26:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 21:26:16 +0100 |
commit | 386edc666ec2a053b4d576fc4b2deeb46fe492b8 (patch) | |
tree | a7e6eb99accf4a83031a6a95db4baad5a42a0beb /.azure-pipelines | |
parent | Proxy more display methods (#81900) (diff) | |
download | ansible-386edc666ec2a053b4d576fc4b2deeb46fe492b8.tar.xz ansible-386edc666ec2a053b4d576fc4b2deeb46fe492b8.zip |
Add macOS 14.3 to CI and `ansible-test`
Additionally, this patch takes care of installing GPG within the
`ansible-galaxy-collection` test when running under macOS 14 and higher.
PR #82697
ci_complete
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 50f9231344..4337ae9552 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -77,8 +77,8 @@ stages: - template: templates/matrix.yml # context/target parameters: targets: - - name: macOS 13.2 - test: macos/13.2 + - name: macOS 14.3 + test: macos/14.3 - name: RHEL 9.3 py39 test: rhel/9.3@3.9 - name: RHEL 9.3 py311 @@ -91,8 +91,8 @@ stages: - template: templates/matrix.yml # context/controller parameters: targets: - - name: macOS 13.2 - test: macos/13.2 + - name: macOS 14.3 + test: macos/14.3 - name: RHEL 9.3 test: rhel/9.3 - name: FreeBSD 13.2 |