We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a62a4d commit fba8e5eCopy full SHA for fba8e5e
.github/workflows/CI.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- os: [ubuntu-latest]
+ os: [ubuntu-20.04]
13
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
14
python-version: [3.9]
15
env:
0 commit comments