summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-01-11 12:20:47 -0500
committerGitHub <noreply@github.com>2021-01-11 12:20:47 -0500
commita7e834071c13b49aabbb17886a4be1f79222b994 (patch)
treebbe02babc0fe4ba7e3708d86a4224e9fd0a87dca /.azure-pipelines
parent264e08f21a15213a4db76339888d3dfa2f2d6abb (diff)
downloadansible-a7e834071c13b49aabbb17886a4be1f79222b994.tar.gz
Add macOS 11 to CI (#72622)
* Fix connection_paramiko_ssh test for macOS 11 * Update Azure Pipelines config * Add changelog
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index d466554075..9724950c20 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -87,8 +87,8 @@ stages:
- template: templates/matrix.yml
parameters:
targets:
- - name: macOS 10.15
- test: macos/10.15
+ - name: macOS 11.1
+ test: macos/11.1
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.3