From df9ce8c7d1f4978cd132e8fc017f7bc7d5b9a8c3 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:05:23 -0700 Subject: [PATCH] CHIA-802: Update to macos-12 for build and remove macos-11 (#18238) * Update to macos-12 for build and remove macos-11 * Update MACOSX_DEPLOYMENT_TARGET --- .github/workflows/build-macos-installers.yml | 9 ++------- .github/workflows/check_wheel_availability.yaml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-macos-installers.yml b/.github/workflows/build-macos-installers.yml index 217458ec887f..edc111dd1d73 100644 --- a/.github/workflows/build-macos-installers.yml +++ b/.github/workflows/build-macos-installers.yml @@ -49,7 +49,7 @@ jobs: matrix: python-version: ["3.10"] os: - - runs-on: macos-11 + - runs-on: macos-12 name: intel bladebit-suffix: macos-x86-64.tar.gz - runs-on: [MacOS, ARM64] @@ -74,7 +74,7 @@ jobs: uses: Chia-Network/actions/setjobenv@main env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MACOSX_DEPLOYMENT_TARGET: 11 + MACOSX_DEPLOYMENT_TARGET: 12 - name: Check tag type shell: bash @@ -391,11 +391,6 @@ jobs: fail-fast: false matrix: os: - - name: 11 - matrix: 11 - runs-on: - intel: macos-11 - arm: [macos, arm64] - name: 12 matrix: 12 runs-on: diff --git a/.github/workflows/check_wheel_availability.yaml b/.github/workflows/check_wheel_availability.yaml index 214e97d9f12e..04f85d37430f 100644 --- a/.github/workflows/check_wheel_availability.yaml +++ b/.github/workflows/check_wheel_availability.yaml @@ -33,7 +33,7 @@ jobs: - name: macOS matrix: macos runs-on: - intel: macos-11 + intel: macos-12 arm: [macos, arm64] - name: Windows matrix: windows