diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index a6e814ff..4430ebcf 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ ubuntu-22.04, macos-12 ] build_type: [ Debug, Release ] - vFortran: [ gfortran-11 ] + vFortran: [ gfortran-12 ] steps: - name: which gfortran