This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 4b261312 Add missing max-parallel
4b261312 is described below
commit 4b261312a29bc2f89d2bafe8b99d6d8c278717a5
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 28 21:36:03 2026 +0000
Add missing max-parallel
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index db790b14..35f737b5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,6 +46,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
+ max-parallel: 5
matrix:
os: [macos-13, macos-latest, ubuntu-20.04, windows-latest]
java: [ 8, 11, 17, 21 ]