[Package.swift] Bump macOS deployment target version to 13.0

Compiler's minimum deployment target version is now 13.0
This commit is contained in:
Rintaro Ishizaki
2024-09-13 08:59:15 -07:00
parent 380f319371
commit 57ff50d786
3 changed files with 3 additions and 9 deletions

View File

@@ -58,9 +58,6 @@ private extension Target {
let package = Package(
name: "SwiftCompilerSources",
platforms: [
// We need at least macOS 13 here to avoid hitting an availability error
// for CxxStdlib. It's only needed for the package though, the CMake build
// works fine with a lower deployment target.
.macOS(.v13),
],
products: [