We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b24642 commit 6609cc0Copy full SHA for 6609cc0
.github/workflows/CI.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [ubuntu-latest, macos-latest]
24
- gcc_v: [7, 8, 9] # Version of GFortran we want to use.
+ gcc_v: [7, 8, 9, 10] # Version of GFortran we want to use.
25
env:
26
FC: gfortran-${{ matrix.gcc_v }}
27
GCC_V: ${{ matrix.gcc_v }}
0 commit comments