Skip to content

Commit

Permalink
require macOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
tayloraswift committed Oct 22, 2024
1 parent 52331a1 commit 29e2a4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import PackageDescription

let package:Package = .init(name: "swift-mongodb",
platforms: [
// TODO: this is really the wrong place to declare this, because we don’t
// want to restrict availability of the BSON libraries just because of the
// other modules that use async/await.
.macOS(.v14),
.macOS(.v15),
],
products: [
.library(name: "BSON", targets: ["BSON"]),
Expand Down

0 comments on commit 29e2a4b

Please sign in to comment.