Skip to content

Commit 0b03c83

Browse files
committed
Remove catalyst changes
I believe scripts/test_catalyst.sh needs to change. Since many workflow files use it, I'll do a separate catalyst PR.
1 parent 072c11e commit 0b03c83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sessions.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,12 @@ jobs:
127127
# Don't run on private repo unless it is a PR.
128128
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
129129

130-
runs-on: macos-15
130+
runs-on: macos-14
131131
steps:
132132
- uses: actions/checkout@v4
133133
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
134134
with:
135135
cache_key: catalyst${{ matrix.os }}
136-
- name: Xcode
137-
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
138136
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
139137
- name: Setup Bundler
140138
run: scripts/setup_bundler.sh

0 commit comments

Comments
 (0)