From ddadb16f33b047e81c7a7861b7b2a4697a76dd48 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Wed, 2 Dec 2020 13:37:37 +0100 Subject: [PATCH] Update linux_f2c.yml --- .github/workflows/linux_f2c.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux_f2c.yml b/.github/workflows/linux_f2c.yml index 854c242..b5c6d2a 100644 --- a/.github/workflows/linux_f2c.yml +++ b/.github/workflows/linux_f2c.yml @@ -38,9 +38,13 @@ jobs: needs: create_release strategy: matrix: - name: [ubuntu-gfortran, ubuntu-f2c] - runs_on: [ubuntu-latest, ubuntu-latest] - packages: [f2c, gfortran] + include: + - name: ubuntu-gfortran + runs_on: ubuntu-latest + packages: gfortran + - name: ubuntu-f2c + runs_on: ubuntu-latest + packages: f2c # The CMake configure and build commands are platform agnostic and should work equally # well on Windows or Mac. You can convert this to a matrix build if you need