Skip to content

Commit

Permalink
move macos CI to gcc-12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Oct 1, 2024
1 parent a274d1b commit 4dd99c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
MacOS:
runs-on: macos-latest
env:
FC: gfortran-11
CC: gcc-11
FC: gfortran-12
CC: gcc-12
strategy:
matrix:
openmp: [ ON, OFF ]
Expand Down

0 comments on commit 4dd99c4

Please sign in to comment.