We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80869ad + 4da5cc5 commit 55ab3e4Copy full SHA for 55ab3e4
.github/workflows/CI.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, macos-11, windows-latest]
25
- gcc_v: [10] # Version of GFortran we want to use.
+ gcc_v: [10,11,12,13] # Version of GFortran we want to use.
26
include:
27
- os: ubuntu-latest
28
os-arch: linux-x86_64
0 commit comments