Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHIA-802: Update to macos-12 for build and remove macos-11 #18238

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: Chia-Network/actions/setjobenv@main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MACOSX_DEPLOYMENT_TARGET: 11
MACOSX_DEPLOYMENT_TARGET: 12

- name: Test for secrets access
id: check_secrets
Expand Down Expand Up @@ -378,11 +378,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
Loading