Skip to content

Commit

Permalink
CI: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 1, 2024
1 parent abb888a commit c2a9e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
tests:
name: ${{ matrix.version }} on ${{ matrix.os }} ${{ matrix.cache && '(cache)' || '' }} ${{ matrix.cache && '+gcc' || '' }}
name: ${{ matrix.version }} on ${{ matrix.os }} ${{ matrix.cache && '+cache' || '' }} ${{ matrix.gcc && '+gcc' || '' }}
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -23,7 +23,7 @@ jobs:
- windows-latest
version:
- latest # actual version
- 2.4.1 # specified version
- 2.4.1 # specified version
cache: [true, false]
gcc: [true, false]
steps:
Expand Down

0 comments on commit c2a9e80

Please sign in to comment.