Skip to content

Commit

Permalink
Stop testing visionOS for the time being.
Browse files Browse the repository at this point in the history
The GitHub runners dropped visionOS.
actions/runner-images#10559
  • Loading branch information
thomasvl committed Sep 26, 2024
1 parent 018f290 commit 4b021b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
matrix:
# watchOS fails linting when there are test, wedge in --skip-tests for
# those runs.
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos --skip-tests"]
# GitHub runners dropped visionOS. https:/actions/runner-images/issues/10559
PLATFORM: ["ios", "macos", "tvos", "watchos --skip-tests"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
strategy:
fail-fast: false
matrix:
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos"]
# GitHub runners dropped visionOS. https:/actions/runner-images/issues/10559
PLATFORM: ["ios", "macos", "tvos", "watchos"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4b021b6

Please sign in to comment.