From e5adc1eb230f3ead1adec22d673e4971b229dbec Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Tue, 10 Jan 2023 16:49:24 +0100 Subject: [PATCH] Use macOS v11 to build UI release (#648) This allows us to run clients on older macOS versions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32dd4d02c..0812a3ed9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -127,7 +127,7 @@ jobs: retention-days: 3 release_ui_darwin: - runs-on: macos-latest + runs-on: macos-11 steps: - name: Checkout