Skip to content

Commit

Permalink
Removed deprecated github runner (18.04) and added latest (22.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Jun 1, 2023
1 parent d505501 commit 2fd5dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04, ubuntu-22.04 ]
# gcc_v: [8, 9] # Version of GFortran we want to use.
TYPE:
- MOM_solo
Expand Down

0 comments on commit 2fd5dae

Please sign in to comment.