mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-14 12:56:46 +01:00
fix: remove max-parallel and allow fast fail
This commit is contained in:
parent
5aba17d81c
commit
545ba6ae75
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -15,8 +15,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Build/Test (JDK ${{ matrix.java }}, ${{ matrix.os }})
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 10
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-latest, macOS-latest, windows-latest ]
|
||||
java: [ 8, 9, 10, 11, 12, 13, 14 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user