-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SwiftNIO version + Swift 5.5 (#1)
* 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
1 parent
71f133b
commit 05e810b
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters