Skip to content

Commit b25ed51

Browse files
authored
Hotfix: Bumped Deployment (#7)
* Bumped deployment to support Combine * Switched to GitHub hosted build server
1 parent b0130a9 commit b25ed51

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111

12-
runs-on: self-hosted
12+
runs-on: macos-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2

Package.swift

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import PackageDescription
66
let package = Package(
77
name: "Endpoints",
88
platforms: [
9-
.macOS(.v10_12),
10-
.iOS(.v10),
11-
.tvOS(.v9),
12-
.watchOS(.v3)
9+
.macOS(.v10_15),
10+
.iOS(.v13),
11+
.watchOS(.v6)
1312
],
1413
products: [
1514
.library(

Sources/Endpoints/Extensions/URLSession+Combine.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
//
88

99
import Foundation
10-
#if canImport(Combine)
1110
import Combine
12-
#endif
1311

1412
@available(OSX 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
1513
extension URLSession {

0 commit comments

Comments
 (0)