Skip to content

Conversation

@samhatfield
Copy link
Collaborator

@samhatfield samhatfield added actions easy review This one can be reviewed really quickly. labels Dec 22, 2025
@samhatfield samhatfield added this to the 1.8.0 milestone Dec 22, 2025
@samhatfield samhatfield changed the title Update macOS version to latest in build workflow Update macOS and clang versions in workflows Jan 5, 2026
@samhatfield
Copy link
Collaborator Author

I don't quite understand the compiler suite on macOS. We are asking for gfortran-13, and according to the CMake output, that's what we're getting for the Fortran compiler. But the C and C++ compilers are simply ~, apparently because Xcode requires empty environment variables. Does that mean we can't control the clang version for these compilers? In any case, we're apparently using clang-17, not 18, so I need to update the label.

@wdeconinck
Copy link
Collaborator

Indeed, the C/C++ compiler are provided by the OS / developer tools.
Homebrew package manager is based on this as well.
Fortran is not part of the OS and is installed via homebrew. CMake identifies it as AppleClang 17 so I think clang-17 is correct.
Thanks for spotting!

@samhatfield
Copy link
Collaborator Author

Okay to merge then?

@wdeconinck wdeconinck merged commit 2a6d4ab into develop Jan 8, 2026
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions easy review This one can be reviewed really quickly.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants