Skip to content

Commit

Permalink
Revert "Stop testing visionOS for the time being."
Browse files Browse the repository at this point in the history
This reverts commit 4b021b6.
  • Loading branch information
thomasvl committed Nov 27, 2024
1 parent 295c3f6 commit e61bd02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
matrix:
# watchOS fails linting when there are test, wedge in --skip-tests for
# those runs.
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
PLATFORM: ["ios", "macos", "tvos", "watchos --skip-tests"]
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos --skip-tests"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e61bd02

Please sign in to comment.