diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index bac309c1f43..3f770d334fb 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -166,8 +166,8 @@ stages: parameters: testFormat: i/{0} targets: - - name: OS X 10.11 - test: osx/10.11 + - name: macOS 11.1 + test: macos/11.1 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.3 py36 diff --git a/test/utils/shippable/incidental/osx.sh b/test/utils/shippable/incidental/macos.sh similarity index 100% rename from test/utils/shippable/incidental/osx.sh rename to test/utils/shippable/incidental/macos.sh