Skip to content

Commit

Permalink
Don't use matrix variables in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Dec 11, 2024
1 parent 273a6db commit 1fafd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
- os: ubuntu-24.04
use-conda-compiler: false
compiler: gfortran-12
name: Ubuntu ${{ matrix.compiler }} ${{ matrix.fmodel }}
name: Ubuntu 12
- os: ubuntu-24.04
use-conda-compiler: false
compiler: gfortran-13
name: Ubuntu ${{ matrix.compiler }} ${{ matrix.fmodel }}
name: Ubuntu 13
- os: ubuntu-24.04
use-conda-compiler: true
compiler: gfortran-13
name: Ubuntu+conda ${{ matrix.compiler }} ${{ matrix.fmodel }}
name: Ubuntu+conda 13

- os: windows-2022
compiler: gfortran-13
Expand Down

0 comments on commit 1fafd43

Please sign in to comment.