Skip to content

Commit

Permalink
Specify names for macos and linux jobs (swiftlang#200)
Browse files Browse the repository at this point in the history
Use interpolated matrix values to denote Xcode and Swift versions
  • Loading branch information
mattt authored Oct 6, 2020
1 parent 006dddc commit 0a93f3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- "11.7" # Swift 5.2
- "12" # Swift 5.3

name: "macOS (Xcode ${{ matrix.xcode }})"

steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -41,6 +43,8 @@ jobs:
matrix:
swift: ["5.3", "5.2"]

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

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

Expand Down

0 comments on commit 0a93f3b

Please sign in to comment.