Skip to content

Commit

Permalink
visionOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 31, 2023
1 parent 30052a8 commit a6bcafb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,16 @@ jobs:
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
strategy:
matrix:
target: [iOS, watchOS, tvOS, macOS, catalyst]
target: [iOS, watchOS, tvOS, macOS, catalyst, visionOS]
os: [macos-12, macos-13]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
exclude:
- os: macos-12
target: visionOS
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,16 @@ jobs:
if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
strategy:
matrix:
target: [ios, tvos, macos, watchos]
target: [ios, tvos, macos, watchos, visionOS]
os: [macos-12, macos-13]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: xcode_15.0.1
exclude:
- os: macos-12
target: visionOS
runs-on: ${{ matrix.os }}
needs: pod-lib-lint
steps:
Expand Down

0 comments on commit a6bcafb

Please sign in to comment.