Skip to content

Commit

Permalink
Add OS to job name.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Mar 31, 2024
1 parent 331d1f2 commit 263a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: CHECK_FORMAT=1 ./format.sh

legion:
name: Fuzzer (DEBUG=${{ matrix.debug }})
name: Fuzzer (${{ matrix.os }}, DEBUG=${{ matrix.debug }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 263a2b5

Please sign in to comment.