Skip to content

Commit

Permalink
Update linux_f2c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Dec 2, 2020
1 parent 606885d commit ddadb16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/linux_f2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddadb16

Please sign in to comment.