From 6ea86704cf3e937a976aa811fe0d82b74064f6df Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 15 Sep 2021 20:41:16 +0200
Subject: [PATCH] ci: run tests on macOS 11 Big Sur (#11768)

---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 79b6cc1cda..0f34608ab9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        os: [ubuntu-latest, macos-11, windows-latest]
         node-version: [14]
         python-version: [3.9]
         java-version: [11]
-- 
GitLab