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.
2 parents 24a667b + 3ea825a commit 32ac01bCopy full SHA for 32ac01b
.github/workflows/CI.yml
@@ -5,11 +5,11 @@ on: [push, pull_request]
5
6
jobs:
7
Build:
8
- runs-on: [ubuntu-latest]
+ runs-on: [ubuntu-22.04]
9
10
env:
11
FC: gfortran
12
- GCC_V: 11
+ GCC_V: 12
13
14
steps:
15
- name: Checkout code
.github/workflows/deploy-docs.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
@@ -14,7 +14,7 @@ jobs:
- name: Install Dependencies Ubuntu
run: |
16
sudo apt-get update
17
- sudo apt install -y python-dev python build-essential graphviz
+ sudo apt install -y python3-dev python3 build-essential graphviz gfortran-12
18
sudo pip install ford
19
20
- name: Build Developer Documenation
0 commit comments