Skip to content
Draft
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
8 changes: 8 additions & 0 deletions .github/workflows/build-macos-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ jobs:
matrix: 14
runs-on:
arm: macos-14
- name: 15
matrix: 15
runs-on:
arm: macos-15
arch:
- name: ARM64
matrix: arm
Expand All @@ -317,6 +321,10 @@ jobs:
matrix: 14
arch:
matrix: intel
- os:
matrix: 15
arch:
matrix: intel

steps:
- uses: Chia-Network/actions/clean-workspace@main
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 @@ -30,7 +30,7 @@ jobs:
matrix: macos
runs-on:
intel: macos-13
arm: macos-13-arm64
arm: macos-15
- name: Windows
matrix: windows
runs-on:
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 @@ -39,7 +39,7 @@ jobs:
- name: macOS
emoji: 🍎
runs-on:
arm: macos-latest
arm: macos-15
intel: macos-13
matrix: macos
- name: Windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
concurrency-name: macos-arm
configuration: ${{ needs.configure.outputs.configuration }}
matrix_mode: ${{ needs.configure.outputs.matrix_mode }}
runs-on: macos-14
runs-on: macos-15
arch: arm
arch-emoji: 💪
collect-junit: false
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 @@ -44,7 +44,7 @@ jobs:
emoji: 🍎
runs-on:
intel: macos-13
arm: macos-13-arm64
arm: macos-15
- name: Windows
matrix: windows
emoji: 🪟
Expand Down
Loading