Skip to content

Commit ce0baa2

Browse files
authored
Revert zip builds to macos-13 (#13562)
1 parent 853d83c commit ce0baa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/zip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-release:
3131
# Don't run on private repo.
3232
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
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -58,7 +58,7 @@ jobs:
5858
build:
5959
# Don't run on private repo unless it is a PR.
6060
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
6262
steps:
6363
- uses: actions/checkout@v4
6464
- name: Xcode 15.2
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
linking_type: [static, dynamic]
78-
runs-on: macos-14
78+
runs-on: macos-13
7979
steps:
8080
- uses: actions/checkout@v4
8181
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126

0 commit comments

Comments
 (0)