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-367] Setup pre-commit workflow #145

Merged
merged 14 commits into from
May 20, 2024
Prev Previous commit
Next Next commit
Adjustments to matric
  • Loading branch information
emlowe authored May 9, 2024
commit b18d949761336963ff608f1408c490c30c2054cb
3 changes: 1 addition & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -24,12 +24,11 @@ jobs:
matrix: linux
runs-on:
intel: ubuntu-latest
arm: [linux, arm64]
- name: macOS
matrix: macos
runs-on:
intel: macos-12
arm: [macos, arm64]
arm: macos-latest
- name: Windows
matrix: windows
runs-on:
Loading