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:
renaud gaudin 2023-11-23 08:33:31 +00:00
parent 447f202177
commit f5572eb4e1
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
build_and_deploy:
strategy:
fail-fast: false
max-parallel: 1
matrix:
destination:
- platform: macOS

View File

@ -22,6 +22,7 @@ jobs:
runs-on: macos-13
strategy:
fail-fast: false
max-parallel: 1
matrix:
destination:
- platform: macOS