Skip to content

Commit 45cb65c

Browse files
authored
Update Package.swift
Temporarily lower GitHub Actions to run on macOS12
1 parent faf38a4 commit 45cb65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "XcodeTargetGraphGen",
88
platforms: [
9-
.macOS(.v13)
9+
.macOS(.v12)
1010
],
1111
products: [
1212
.executable(name: "xcgraphgen", targets: ["XcodeTargetGraphGen"])

0 commit comments

Comments
 (0)