From f6566243b39f83ca92cf7cd084f2cdc18df316e7 Mon Sep 17 00:00:00 2001 From: Wim Haeck Date: Wed, 3 Jul 2024 12:33:11 -0600 Subject: [PATCH] Update ContinuousIntegration.yml --- .github/workflows/ContinuousIntegration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ContinuousIntegration.yml b/.github/workflows/ContinuousIntegration.yml index 9b8c2a27..a6e814ff 100644 --- a/.github/workflows/ContinuousIntegration.yml +++ b/.github/workflows/ContinuousIntegration.yml @@ -18,9 +18,9 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ ubuntu-20.04, macos-11 ] + os: [ ubuntu-22.04, macos-12 ] build_type: [ Debug, Release ] - vFortran: [ gfortran-10 ] + vFortran: [ gfortran-11 ] steps: - name: which gfortran