Skip to content

Commit

Permalink
[CHIA-1486] Update to macOS 13 for build and test (#18640)
Browse files Browse the repository at this point in the history
Update to macOS 13 for build and test
  • Loading branch information
emlowe authored Sep 25, 2024
1 parent e3aac5b commit 44db523
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
python-version: ["3.10"]
os:
- runs-on: macos-12
- runs-on: macos-13
name: intel
bladebit-suffix: macos-x86-64.tar.gz
arch-artifact-name: intel
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: Chia-Network/actions/setjobenv@main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MACOSX_DEPLOYMENT_TARGET: 12
MACOSX_DEPLOYMENT_TARGET: 13

- name: Test for secrets access
id: check_secrets
Expand Down Expand Up @@ -296,10 +296,6 @@ jobs:
fail-fast: false
matrix:
os:
- name: 12
matrix: 12
runs-on:
intel: macos-12
- name: 13
matrix: 13
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 @@ -32,7 +32,7 @@ jobs:
- name: macOS
matrix: macos
runs-on:
intel: macos-12
intel: macos-13
arm: macos-13-arm64
- name: Windows
matrix: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: macOS
matrix: macos
runs-on:
intel: macos-12
intel: macos-13
arm: macos-13-arm64
- name: Windows
matrix: windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os:
- runs-on: macos-latest
matrix: macos-arm
- runs-on: macos-12
- runs-on: macos-13
matrix: macos-intel
- runs-on: ubuntu-latest
matrix: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
concurrency-name: macos-intel
configuration: ${{ needs.configure.outputs.configuration }}
matrix_mode: ${{ needs.configure.outputs.matrix_mode }}
runs-on: macos-12
runs-on: macos-13
arch: intel
macos-arm:
if: github.event_name != 'workflow_dispatch' || inputs.run-macos-arm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix: macos
emoji: 🍎
runs-on:
intel: macos-12
intel: macos-13
arm: macos-13-arm64
- name: Windows
matrix: windows
Expand Down

0 comments on commit 44db523

Please sign in to comment.