From b71122c7f996df7ffc0081aea72bc67215ca4f84 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 6 Dec 2021 22:50:49 +0100 Subject: [PATCH] Use macOS Big Sur for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed10dc35f1..f8bd9af4db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: macos: needs: lint - runs-on: macos-latest + runs-on: macos-11.0 if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master' steps: