From bb98a808fb747e744d7bc7375c619be150fac197 Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Tue, 20 Aug 2024 10:31:59 -0600 Subject: [PATCH] Updating CI to remove failures --- .github/workflows/ContinuousIntegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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