diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2f4415cf77..e22b10eb35 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 }}