Skip to content

Commit 6099c7c

Browse files
authored
Change pre-commit workflow macOS ARM runner to macos-latest (#20093)
1 parent fab86ba commit 6099c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix: macos
3131
runs-on:
3232
intel: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-intel' || 'macos-13' }}
33-
arm: ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-15' }}
33+
arm: macos-latest
3434
- name: Windows
3535
matrix: windows
3636
runs-on:

0 commit comments

Comments
 (0)