diff options
author | Sam Doran <sdoran@redhat.com> | 2021-11-19 21:18:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 21:18:31 -0500 |
commit | d8aeffc8b7b7924d22a5910d8b4b00373d8170a4 (patch) | |
tree | 1d8134b55e5dd7ef2f8922da763bff30fa8db9a3 /.azure-pipelines | |
parent | 5cbcf7c7bfd5c0cd2a5f8c8817b8e4863f133022 (diff) | |
download | ansible-d8aeffc8b7b7924d22a5910d8b4b00373d8170a4.zip |
Add macOS 12 to CI (#76328)
* Disable lookup_url test of macOS 12
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e528609af7..5b05e94f5a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -88,8 +88,8 @@ stages: - template: templates/matrix.yml parameters: targets: - - name: macOS 11.1 - test: macos/11.1 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.5 py36 |