We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab86ba commit 6099c7cCopy full SHA for 6099c7c
.github/workflows/pre-commit.yml
@@ -30,7 +30,7 @@ jobs:
30
matrix: macos
31
runs-on:
32
intel: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
33
- arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
+ arm: macos-latest
34
- name: Windows
35
matrix: windows
36
0 commit comments