Skip to content

Commit

Permalink
CHIA-802: Update to macos-12 for build and remove macos-11 (#18238)
Browse files Browse the repository at this point in the history
* Update to macos-12 for build and remove macos-11

* Update MACOSX_DEPLOYMENT_TARGET
  • Loading branch information
emlowe committed Jun 26, 2024
1 parent b6b6199 commit df9ce8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_wheel_availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: macOS
matrix: macos
runs-on:
intel: macos-11
intel: macos-12
arm: [macos, arm64]
- name: Windows
matrix: windows
Expand Down

0 comments on commit df9ce8c

Please sign in to comment.