From 968c3dc338866a277b6699fb44e71c5e6c28e49b Mon Sep 17 00:00:00 2001 From: Marshall Ward Date: Wed, 10 Aug 2022 09:41:03 -0400 Subject: [PATCH] CI: Restore MacOS compiler variables GitHub appears to have restored their compiler alias conventions on their MacOS nodes. This patch restores those variables. --- .github/workflows/macos-regression.yml | 3 ++- .github/workflows/macos-stencil.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-regression.yml b/.github/workflows/macos-regression.yml index e8f7469cca..d975854e0c 100644 --- a/.github/workflows/macos-regression.yml +++ b/.github/workflows/macos-regression.yml @@ -8,7 +8,8 @@ jobs: runs-on: macOS-latest env: - FC: gfortran + CC: gcc-11 + FC: gfortran-11 defaults: run: diff --git a/.github/workflows/macos-stencil.yml b/.github/workflows/macos-stencil.yml index e0fcfeef8e..33436c221f 100644 --- a/.github/workflows/macos-stencil.yml +++ b/.github/workflows/macos-stencil.yml @@ -8,7 +8,8 @@ jobs: runs-on: macOS-latest env: - FC: gfortran + CC: gcc-11 + FC: gfortran-11 defaults: run: