From 7eb36eadb13c7581dd942377945cf71912e0f552 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Thu, 28 Apr 2022 17:01:17 -0400 Subject: [PATCH] CI: Update macOS image to macOS 12 Update the macOS image used on GitHub Actions from macOS 11 to macOS 12. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f30ba5905..ad975d30f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: macos_build: name: '02 - macOS' - runs-on: [macos-11] + runs-on: [macos-12] strategy: matrix: arch: ['x86_64', 'arm64'] @@ -454,7 +454,7 @@ jobs: macos_release: name: '03 - macOS notarized image' - runs-on: [macos-11] + runs-on: [macos-12] needs: [macos_build] env: HAVE_CODESIGN_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY != '' && secrets.MACOS_SIGNING_CERT != '' }}