diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 465d2558e5..16025d299a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-11, windows-latest] - gcc_v: [10,11,12,13] # Version of GFortran we want to use. + gcc_v: [10,11,12] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64