Skip to content

Commit fba8e5e

Browse files
committed
test for CI
does this version have gfortran 7,8?
1 parent 6a62a4d commit fba8e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest]
12+
os: [ubuntu-20.04]
1313
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
1414
python-version: [3.9]
1515
env:

0 commit comments

Comments
 (0)