Skip to content

Commit 0037574

Browse files
authored
One more CI tweak
1 parent 8afd688 commit 0037574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
# Run build and tests for each Swift version and OS combination
12-
name: Build and Test on ${{ matrix.swift }} / ${{ matrix.os }}
12+
name: Swift ${{ matrix.swift }} / OS ${{ matrix.os }}
1313
runs-on: ${{ matrix.os }}
1414

1515
strategy:

0 commit comments

Comments
 (0)