Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Update CI workflow for macOS Big Sur and Swift 5.3 #10

Merged
merged 3 commits into from
Nov 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add name to linux job
  • Loading branch information
mattt committed Nov 16, 2020
commit 6d62e03c97f9699a32b8313b5ad29a76c7910df8
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
matrix:
swift: ["5.3", "5.2"]

name: "Ubuntu Linux (Swift ${{ matrix.swift }})"

container:
image: swift:${{ matrix.swift }}

Expand Down