Skip to content

Commit

Permalink
Remove deprecated runner version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Sep 9, 2024
1 parent 3bd2480 commit d294f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04 ]
# gcc_v: [8, 9] # Version of GFortran we want to use.
build: [ Release, Debug ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d294f0d

Please sign in to comment.