Skip to content

Commit

Permalink
Bring back visionOS SwiftPM testing.
Browse files Browse the repository at this point in the history
The CocoaPods builds validations seem to require a simulator.
  • Loading branch information
thomasvl committed Oct 11, 2024
1 parent c5bb07e commit e8c13f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# GitHub runners dropped visionOS. https://github.com/actions/runner-images/issues/10559
PLATFORM: ["ios", "macos", "tvos", "watchos"]
PLATFORM: ["ios", "macos", "tvos", "visionos", "watchos"]
CONFIGURATION: ["Debug", "Release"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e8c13f3

Please sign in to comment.