diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 08b8ed725a..16a6d52c02 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] # Version of GFortran we want to use. + gcc_v: [10,11,12,13] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64