File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,26 +43,39 @@ jobs:
4343 # SPM Build Matrix
4444 - runs-on : macos-15
4545 xcode : " /Applications/Xcode_16.4.app"
46-
46+
47+ # macOS Build Matrix
48+ - type : macos
49+ runs-on : macos-15
50+ xcode : " /Applications/Xcode_16.4.app"
51+
4752 # iOS Build Matrix
4853 - type : ios
4954 runs-on : macos-15
5055 xcode : " /Applications/Xcode_16.4.app"
5156 deviceName : " iPhone 16 Pro"
52- osVersion : " 18.4 "
57+ osVersion : " 18.5 "
5358
5459 # watchOS Build Matrix
5560 - type : watchos
5661 runs-on : macos-15
5762 xcode : " /Applications/Xcode_16.4.app"
5863 deviceName : " Apple Watch Ultra 2 (49mm)"
59- osVersion : " 11.4"
64+ osVersion : " 11.5"
65+
66+ # tvOS Build Matrix
67+ - type : tvos
68+ runs-on : macos-15
69+ xcode : " /Applications/Xcode_16.4.app"
70+ deviceName : " Apple TV"
71+ osVersion : " 18.5"
6072
73+ # visionOS Build Matrix
6174 - type : visionos
6275 runs-on : macos-15
6376 xcode : " /Applications/Xcode_16.4.app"
6477 deviceName : " Apple Vision Pro"
65- osVersion : " 2.4 "
78+ osVersion : " 2.5 "
6679
6780 steps :
6881 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import PackageDescription
66let package = Package (
77 name: " SyntaxKit " ,
88 platforms: [
9- . macOS( . v13)
9+ . macOS( . v13) ,
10+ . iOS( . v13) ,
11+ . watchOS( . v6) ,
12+ . tvOS( . v13) ,
13+ . visionOS( . v1)
1014 ] ,
1115 products: [
1216 // Products define the executables and libraries a package produces, making them visible to other packages.
You can’t perform that action at this time.
0 commit comments