Skip to content

Commit

Permalink
Fix macOS 2024 target issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Sep 17, 2024
1 parent 28ee25c commit af76e7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ case 2024: // iOS 18.0
#if canImport(Darwin)
[
.iOS(.v18),
.macOS(.v15),
// FIXME: temporary lower the requirement since there is no macOS 15 CI yet.
// .macOS(.v15),
.macOS(.v14),
.macCatalyst(.v18),
.tvOS(.v18),
.watchOS(.v10),
Expand Down

0 comments on commit af76e7d

Please sign in to comment.