mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
removed max-parallel (we now use retries)
This commit is contained in:
parent
67ba638897
commit
d4517ecadc
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -19,7 +19,6 @@ jobs:
|
|||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
|
||||||
matrix:
|
matrix:
|
||||||
destination:
|
destination:
|
||||||
- platform: macOS
|
- platform: macOS
|
||||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
|||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
|
||||||
matrix:
|
matrix:
|
||||||
destination:
|
destination:
|
||||||
- platform: macOS
|
- platform: macOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user