From cd64bf8324f39ec681b3fc0294e86ff0c72cdc2f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 18 Jan 2021 11:52:04 +0100 Subject: [PATCH] Add macOS 11.1 tests. (#170) --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 0ac8589a..859ae601 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -177,6 +177,8 @@ stages: test: osx/10.11 - name: macOS 10.15 test: macos/10.15 + - name: macOS 11.1 + test: macos/11.1 - name: RHEL 7.8 test: rhel/7.8 - name: RHEL 8.2