Skip to content

Commit

Permalink
CI: Restore MacOS compiler variables
Browse files Browse the repository at this point in the history
GitHub appears to have restored their compiler alias conventions on
their MacOS nodes.  This patch restores those variables.
  • Loading branch information
marshallward authored and adcroft committed Aug 10, 2022
1 parent 4d93e3a commit 1f1b8ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macos-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: macOS-latest

env:
FC: gfortran
CC: gcc-11
FC: gfortran-11

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macos-stencil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
runs-on: macOS-latest

env:
FC: gfortran
CC: gcc-11
FC: gfortran-11

defaults:
run:
Expand Down

0 comments on commit 1f1b8ad

Please sign in to comment.