Skip to content

Commit 992dbcb

Browse files
committed
ci: remove visionOS Simulator from the CI test matrix
1 parent 5436258 commit 992dbcb

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
- os: macos-15
5252
xcode: 16.4
5353
platform: "macOS,variant=Mac Catalyst"
54-
- os: macos-15
55-
xcode: 16.4
56-
platform: "visionOS Simulator,name=Apple Vision Pro,OS=2.5"
5754
- os: macos-15
5855
xcode: 16.4
5956
platform: "tvOS Simulator,name=Apple TV,OS=18.5"

Package@swift-6.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ let package = Package(
99
.iOS(.v13),
1010
.macOS(.v10_15),
1111
.macCatalyst(.v14),
12-
.visionOS(.v26),
1312
.tvOS(.v17),
13+
.visionOS(.v26),
1414
],
1515
products: [
1616
.library(

0 commit comments

Comments
 (0)