mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-28 22:43:55 -04:00
Running a single job at once for CI and CD
Hopefully this will reduce the number of failures due to contacting Apple
This commit is contained in:
parent
447f202177
commit
f5572eb4e1
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@ -19,6 +19,7 @@ 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,6 +22,7 @@ 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