Skip to content

Commit

Permalink
Merge pull request TriBITSPub#457 from TriBITSPub/github-actions-cmak…
Browse files Browse the repository at this point in the history
…e-3.23.0-rc2 (TriBITSPub#443)

Enable CMake 3.23.0-rc2 build to support new tests added by PR TriBITSPub#456 (part of Issue TriBITSPub#443)
  • Loading branch information
bartlettroscoe committed Mar 3, 2022
2 parents fabe621 + 4b64919 commit 6853204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tribits_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-10, cxx: g++-10, fc: gfortran-10 }
- { os: ubuntu-latest, cmake: "3.17.5", generator: "makefiles", python: "3.8", cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-latest, cmake: "3.21.2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }
- { os: ubuntu-latest, cmake: "3.23.0-rc2", generator: "makefiles", python: "3.8", cc: gcc-9, cxx: g++-9, fc: gfortran-9 }

runs-on: ${{ matrix.config.os }}

Expand Down

0 comments on commit 6853204

Please sign in to comment.