Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 0a93f3b

Browse files
authored
Specify names for macos and linux jobs (#200)
Use interpolated matrix values to denote Xcode and Swift versions
1 parent 006dddc commit 0a93f3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- "11.7" # Swift 5.2
1717
- "12" # Swift 5.3
1818

19+
name: "macOS (Xcode ${{ matrix.xcode }})"
20+
1921
steps:
2022
- name: Checkout
2123
uses: actions/checkout@v1
@@ -41,6 +43,8 @@ jobs:
4143
matrix:
4244
swift: ["5.3", "5.2"]
4345

46+
name: "Linux (Swift ${{ matrix.swift }})"
47+
4448
container:
4549
image: swift:${{ matrix.swift }}
4650

0 commit comments

Comments
 (0)