Skip to content

Commit 036a4a0

Browse files
committed
Re-bump minimum swift version to 5.10
feature/add-unmanaged-protocol-for-types-that-prefer-a-unique-id-other-than-ObjectID
1 parent 7415081 commit 036a4a0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
strategy:
2525
matrix:
2626
include:
27-
- os: macos-13
28-
xcode: "15.2" # Swift 5.9.2
2927
- os: macos-14
3028
xcode: "15.3" # Swift 5.10
3129
runs-on: ${{ matrix.os }}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:5.10
22

33
import Foundation
44
import PackageDescription

0 commit comments

Comments
 (0)