From ea437dc852405570213080e565703cdd451e2e00 Mon Sep 17 00:00:00 2001 From: Benitoite Date: Tue, 22 Nov 2022 02:08:18 -0800 Subject: [PATCH] mac: use Big Sur for the autobuild The *Catalina* image is now deprecated --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f8393e08..9bf1d1cc1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,13 +8,12 @@ on: pull_request: branches: - dev - - newlocallab release: types: - created jobs: build: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - name: Install dependencies