Skip to content

Commit 86ef7d8

Browse files
authored
Undo non-working visionOS CI (#12037)
1 parent c2250a4 commit 86ef7d8

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,13 @@ jobs:
4242
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
4343
strategy:
4444
matrix:
45-
target: [iOS, tvOS, macOS, catalyst, watchOS, visionOS]
45+
target: [iOS, tvOS, macOS, catalyst, watchOS]
4646
os: [macos-12, macos-13]
4747
include:
4848
- os: macos-12
4949
xcode: Xcode_14.2
5050
- os: macos-13
5151
xcode: Xcode_15.0.1
52-
exclude:
53-
- os: macos-12
54-
target: visionOS
5552
runs-on: ${{ matrix.os }}
5653
steps:
5754
- uses: actions/checkout@v3

.github/workflows/messaging.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,13 @@ jobs:
8282
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
8383
strategy:
8484
matrix:
85-
target: [iOS, watchOS, tvOS, macOS, catalyst, visionOS]
85+
target: [iOS, watchOS, tvOS, macOS, catalyst]
8686
os: [macos-12, macos-13]
8787
include:
8888
- os: macos-12
8989
xcode: Xcode_14.2
9090
- os: macos-13
9191
xcode: Xcode_15.0.1
92-
exclude:
93-
- os: macos-12
94-
target: visionOS
9592
runs-on: ${{ matrix.os }}
9693
steps:
9794
- uses: actions/checkout@v3

.github/workflows/storage.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,16 +194,13 @@ jobs:
194194
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
195195
strategy:
196196
matrix:
197-
target: [ios, tvos, macos, watchos, visionOS]
197+
target: [ios, tvos, macos, watchos]
198198
os: [macos-12, macos-13]
199199
include:
200200
- os: macos-12
201201
xcode: Xcode_14.2
202202
- os: macos-13
203203
xcode: xcode_15.0.1
204-
exclude:
205-
- os: macos-12
206-
target: visionOS
207204
runs-on: ${{ matrix.os }}
208205
needs: pod-lib-lint
209206
steps:

0 commit comments

Comments
 (0)