From a6bcafbe55e4cbfca02db2dd37275540c59352a2 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Tue, 31 Oct 2023 15:55:32 -0700 Subject: [PATCH] visionOS CI --- .github/workflows/messaging.yml | 5 ++++- .github/workflows/storage.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/messaging.yml b/.github/workflows/messaging.yml index 06575add369..e880be8ceff 100644 --- a/.github/workflows/messaging.yml +++ b/.github/workflows/messaging.yml @@ -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 diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 1aafe664a3c..8343b5aaaa2 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -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: