diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 98b79c34255..9d8e4979f03 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -20,7 +20,8 @@ jobs: if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' strategy: matrix: - target: [ios, tvos, macos] + # TODO: macos tests are blocked by https://github.com/erikdoe/ocmock/pull/532 + target: [ios, tvos, macos --skip-tests] os: [macos-12, macos-13] include: - os: macos-12 @@ -48,6 +49,9 @@ jobs: xcode: Xcode_14.2 - os: macos-13 xcode: Xcode_15.0.1 + - target: visionOS + os: macos-13 + xcode: Xcode_15.0.1 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3