From 1fafd4381a69580612278abc2f63d18bd2823f34 Mon Sep 17 00:00:00 2001 From: Robert Pincus Date: Wed, 11 Dec 2024 17:32:44 -0500 Subject: [PATCH] Don't use matrix variables in job name --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b6d849ed0..b98a69a7e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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