From 614f7eee6531022bfe31ed1b04471b30d0b466a6 Mon Sep 17 00:00:00 2001 From: hbeni Date: Sat, 9 Mar 2024 23:26:34 +0100 Subject: [PATCH] Build against macOS-11 --- .github/workflows/make-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make-release.yml b/.github/workflows/make-release.yml index 3f5099d..429c47f 100644 --- a/.github/workflows/make-release.yml +++ b/.github/workflows/make-release.yml @@ -21,7 +21,7 @@ jobs: ################################ build_macPlugin: name: Build macOS plugin binary - runs-on: macos-latest + runs-on: macos-11 steps: - name: Checkout repository @@ -114,7 +114,7 @@ jobs: ############################### build_macPlugin-debug: name: Build macOS plugin binary (debug version) - runs-on: macos-latest + runs-on: macos-11 steps: - name: Checkout repository