Skip to content

Commit 8c4e539

Browse files
committed
Revert "Allow compiling on macOS"
This reverts commit 007a352.
1 parent 4e9f929 commit 8c4e539

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ let defaultSwiftSettings: [SwiftSetting] =
1111

1212
let package = Package(
1313
name: "swift-aws-lambda-runtime",
14-
platforms: [.macOS(.v10_15)],
1514
products: [
1615
.library(name: "AWSLambdaRuntime", targets: ["AWSLambdaRuntime"]),
1716
// plugin to package the lambda, creating an archive that can be uploaded to AWS

[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ let defaultSwiftSettings: [SwiftSetting] = [
1313

1414
let package = Package(
1515
name: "swift-aws-lambda-runtime",
16-
platforms: [.macOS(.v10_15)],
1716
products: [
1817
.library(name: "AWSLambdaRuntime", targets: ["AWSLambdaRuntime"]),
1918
// plugin to package the lambda, creating an archive that can be uploaded to AWS

Tests/AWSLambdaRuntimeTests/LambdaLocalServerTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import Testing
2222
extension LambdaRuntimeTests {
2323

2424
@Test("Local server respects LOCAL_LAMBDA_PORT environment variable")
25-
@available(LambdaSwift 2.0, *)
2625
func testLocalServerCustomPort() async throws {
2726
let customPort = 8080
2827

0 commit comments

Comments
 (0)