File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
package-release :
31
31
# Don't run on private repo.
32
32
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
33
- runs-on : macos-14
33
+ runs-on : macos-13
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
58
58
build :
59
59
# Don't run on private repo unless it is a PR.
60
60
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
61
- runs-on : macos-14
61
+ runs-on : macos-13
62
62
steps :
63
63
- uses : actions/checkout@v4
64
64
- name : Xcode 15.2
75
75
strategy :
76
76
matrix :
77
77
linking_type : [static, dynamic]
78
- runs-on : macos-14
78
+ runs-on : macos-13
79
79
steps :
80
80
- uses : actions/checkout@v4
81
81
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
You can’t perform that action at this time.
0 commit comments