mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -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:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
destination:
|
||||
- platform: macOS
|
||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
runs-on: macos-13
|
||||
strategy:
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
destination:
|
||||
- platform: macOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user