From 715681a37164e797daa86e037590cf3ee0f955ea Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Mon, 3 Apr 2023 01:06:13 -0600 Subject: [PATCH] Updating CI to use gcc-10 instead of 9 --- .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 5d9d4a17..e558a33b 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ ubuntu-20.04, macos-11 ] build_type: [ Debug, Release ] - vFortran: [ gfortran-9 ] + vFortran: [ gfortran-10 ] steps: - name: which gfortran