Skip to content

Commit e61bd02

Browse files
committed
Revert "Stop testing visionOS for the time being."
This reverts commit 4b021b6.
1 parent 295c3f6 commit e61bd02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cocoapods.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
matrix:
3030
# watchOS fails linting when there are test, wedge in --skip-tests for
3131
# those runs.
32-
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
33-
PLATFORM: ["ios", "macos", "tvos", "watchos --skip-tests"]
32+
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos --skip-tests"]
3433
CONFIGURATION: ["Debug", "Release"]
3534
steps:
3635
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)