We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976393a commit c4e1088Copy full SHA for c4e1088
.github/workflows/spm.yml
@@ -26,6 +26,7 @@ jobs:
26
# Don't run on private repo unless it is a PR.
27
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
28
strategy:
29
+ max-parallel: 1
30
matrix:
31
os: [macos-14, macos-13]
32
include:
0 commit comments