Skip to content

Commit

Permalink
[gha] Identify AppleClang job in GH UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Jul 19, 2022
1 parent 2e2191e commit ab0e755
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
compiler: g++-10
- os: macos-latest
compiler: g++-11
- os: macos-latest # with default compiler (AppleClang)
- os: macos-latest
comp: AppleClang # unused: this is the default compiler and not obvious to specify explicitly, but we still
# want to see the compiler string in the GH UI, so use a different var altogether

runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit ab0e755

Please # to comment.