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 c8ba600 commit dd84d7cCopy full SHA for dd84d7c
.github/workflows/examples_matrix.yml
@@ -48,7 +48,7 @@ concurrency:
48
49
jobs:
50
linux:
51
- name: example-${{ matrix.examples }}-linux-${{ matrix.swift.swift_version }}
+ name: Example/${{ matrix.examples }} on Linux ${{ matrix.swift.swift_version }}
52
runs-on: ubuntu-latest
53
strategy:
54
fail-fast: false
0 commit comments