From 4885175ac6b0dd2b3ba78cb8541bcb72813e90aa Mon Sep 17 00:00:00 2001 From: WerWolv Date: Mon, 4 Jul 2022 00:11:47 +0200 Subject: [PATCH] build: Go back to macOS 11 to hopefully still support Catalina --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4a565376..f68b1830b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,8 +116,8 @@ jobs: # MacOS build macos: - runs-on: macos-12 - name: 🍎 macOS 12.0 + runs-on: macos-11 + name: 🍎 macOS 11.0 steps: - name: 🧰 Checkout