Skip to content

Commit

Permalink
use uncersioned gcc for Fedora image
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Nov 28, 2024
1 parent 20ec9ab commit c1463e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- { os: ubuntu-20.04, cxx: g++-10, mpi: "ON", omp: "OFF" }
- { os: ubuntu-20.04, cxx: g++-10, mpi: "OFF", omp: "ON" }
- { os: ubuntu-20.04, cxx: g++-10, mpi: "OFF", omp: "OFF" }
- { os: ubuntu-20.04, container: "fedora:39", cxx: g++-10, mpi: "ON", omp: "ON" }
- { os: ubuntu-20.04, container: "fedora:39", cxx: g++, mpi: "ON", omp: "ON" }
- { os: macos-14, cxx: clang++, mpi: "ON", omp: "ON" }
- { os: macos-14, cxx: clang++, mpi: "OFF", omp: "OFF" }
#- { os: macos-14, cxx: clang++, mpi: "OFF", omp: "ON" }
Expand Down

0 comments on commit c1463e3

Please sign in to comment.