We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afd688 commit 0037574Copy full SHA for 0037574
.github/workflows/swift.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
# Run build and tests for each Swift version and OS combination
12
- name: Build and Test on ${{ matrix.swift }} / ${{ matrix.os }}
+ name: Swift ${{ matrix.swift }} / OS ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
15
strategy:
0 commit comments