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