Skip to content

Commit

Permalink
Update SwiftNIO version + Swift 5.5 (#1)
Browse files Browse the repository at this point in the history
* Bump Swift to 5.5
* Update build-and-test.yml

Co-authored-by: Felix Desiderato <[email protected]>
Co-authored-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2021
1 parent 71f133b commit 05e810b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
jobs:
macos:
name: macOS test build
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/[email protected]
with:
xcode-version: latest
xcode-version: latest-stable
- name: Check Xcode version
run: xcodebuild -version
- name: Check Swift version
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.5

import PackageDescription

Expand All @@ -12,7 +12,7 @@ let package = Package(
dependencies: [
.package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser", from: "0.3.2"),
.package(name: "swift-log", url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.25.1"),
.package(name: "swift-nio", url: "https://github.com/apple/swift-nio.git", from: "2.31.0"),
.package(name: "swift-nio-ip", url: "https://github.com/PSchmiedmayer/Swift-NIO-IP.git", from: "0.0.1")
],
targets: [
Expand Down

0 comments on commit 05e810b

Please sign in to comment.