Skip to content

Commit e8c13f3

Browse files
committed
Bring back visionOS SwiftPM testing.
The CocoaPods builds validations seem to require a simulator.
1 parent c5bb07e commit e8c13f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/swiftpm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
48-
PLATFORM: ["ios", "macos", "tvos", "watchos"]
47+
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos"]
4948
CONFIGURATION: ["Debug", "Release"]
5049
steps:
5150
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)