conda ci: pin compilers on linux and macos

This commit is contained in:
Adrian Insaurralde Avalos
2025-07-30 17:53:54 -03:00
committed by Adrián Insaurralde Avalos
parent 3f5f828c25
commit 42299aefca
+4
View File
@@ -60,6 +60,10 @@ dependencies:
- cmake
- coin3d
- compilers
- gcc==13.3.* # [linux]
- gxx==13.3.* # [linux]
- clang==18.1.* # [osx]
- clangxx==18.1.* # [osx]
- conda
- conda-devenv
- debugpy