Skip to content

Commit

Permalink
Per #2948, added a job10 for MET_CXX_STANDARD=14
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Prestopnik committed Aug 29, 2024
1 parent 07c2f3a commit fd39685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compilation_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ jobs:
- jobid: 'job8'
config: '--enable-modis'
- jobid: 'job9'
config: '--enable-all MET_CXX_STANDARD=11'
config: '--enable-all MET_CXX_STANDARD=11'
- jobid: 'job10'
config: '--enable-all MET_CXX_STANDARD=14'
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd39685

Please sign in to comment.