Skip to content

Commit

Permalink
visionOS and disable macos pll tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 31, 2023
1 parent 67b68ba commit 0dfa8f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0dfa8f3

Please sign in to comment.