This commit is contained in:
ggman12
2026-02-01 22:33:55 -05:00
parent 2f41c6e954
commit cc186f3707
@@ -60,7 +60,7 @@ jobs:
needs: [generate-matrix, clone-faa-repo]
runs-on: ubuntu-latest
strategy:
max-parallel: 10 # Process 10 chunks at a time
max-parallel: 256 # GitHub Actions maximum
matrix:
range: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
steps: