Skip to content

Commit 32ac01b

Browse files
author
Damian Rouson
authored
Merge pull request #15 from everythingfunctional/fix-ci
Try using newer versions of things in the CI
2 parents 24a667b + 3ea825a commit 32ac01b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on: [push, pull_request]
55

66
jobs:
77
Build:
8-
runs-on: [ubuntu-latest]
8+
runs-on: [ubuntu-22.04]
99

1010
env:
1111
FC: gfortran
12-
GCC_V: 11
12+
GCC_V: 12
1313

1414
steps:
1515
- name: Checkout code

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
Build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99

1010
steps:
1111
- name: Checkout code
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Dependencies Ubuntu
1515
run: |
1616
sudo apt-get update
17-
sudo apt install -y python-dev python build-essential graphviz
17+
sudo apt install -y python3-dev python3 build-essential graphviz gfortran-12
1818
sudo pip install ford
1919
2020
- name: Build Developer Documenation

0 commit comments

Comments
 (0)