diff options
author | Sviatoslav Sydorenko <webknjaz@redhat.com> | 2023-03-06 23:55:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 23:55:12 +0100 |
commit | 326e70c02a2563e13a68565c31ce42477ef4874f (patch) | |
tree | 992c417f7915fc9c1212345831db665ccf4d2c3b /.azure-pipelines | |
parent | apt_repository, dont assume only missing apt-key will populate stderr (#79827) (diff) | |
download | ansible-326e70c02a2563e13a68565c31ce42477ef4874f.tar.xz ansible-326e70c02a2563e13a68565c31ce42477ef4874f.zip |
🧪 Switch macOS 13.2 to 12.0 in CI (#80145)
* 🧪 Switch macOS 13.2 to 12.0 in CI
The former revealed unexpected flakiness while the latter is the
previous value that was used to be stable. This is a temporary revert.
* Skip lookup_url integration test under macOS 12.0
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 fc68e9864b..1278b83314 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -87,8 +87,8 @@ stages: - template: templates/matrix.yml # context/target parameters: targets: - - name: macOS 13.2 - test: macos/13.2 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.7 py36 @@ -107,8 +107,8 @@ stages: - template: templates/matrix.yml # context/controller parameters: targets: - - name: macOS 13.2 - test: macos/13.2 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 8.7 test: rhel/8.7 - name: RHEL 9.1 |