Home
last modified time | relevance | path

Searched hist:eb5e7f265ad4bea76490efa023163fbf9f3d6c69 (Results 1 – 1 of 1) sorted by relevance

/libCEED/.github/workflows/
H A Dc-fortran-test-linux-osx.ymleb5e7f265ad4bea76490efa023163fbf9f3d6c69 Wed Feb 04 17:44:51 UTC 2026 Hugh Carson <hughcars@amazon.com> ci: fix macOS tests to use explicit GCC and LLVM compilers

The "gcc" on macOS is a symlink to Apple Clang, so the existing matrix
was testing Apple Clang twice instead of testing distinct compilers.

Fix by testing three explicit compilers on macOS:
- clang: Apple Clang (system)
- gcc-15: real GCC from Homebrew
- llvm: LLVM 18 from Homebrew

Print compiler version to make the distinction visible in CI output.