Skip to content

Commit

Permalink
[Infra] Limit concurrnet matrix jobs in spm.yml (#13677)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Sep 19, 2024
1 parent 976393a commit c4e1088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# Don't run on private repo unless it is a PR.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
strategy:
max-parallel: 1
matrix:
os: [macos-14, macos-13]
include:
Expand Down

0 comments on commit c4e1088

Please sign in to comment.