Skip to content

Commit

Permalink
Merge pull request #518 from Chia-Network/0.8.0-amd64-wheel
Browse files Browse the repository at this point in the history
fix workflow to build MacOS Intel wheel on macos-12
  • Loading branch information
arvidn committed May 17, 2024
2 parents 1749fd8 + 59e867d commit 50bd108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix: macos
runs-on:
arm: [macOS, ARM64]
intel: [macos-latest]
intel: [macos-12]
- name: Ubuntu
matrix: ubuntu
runs-on:
Expand Down

0 comments on commit 50bd108

Please sign in to comment.