Skip to content

Commit 175c84c

Browse files
authored
Merge pull request #8018 from isuruf/gcc-15-osx
Use gcc 15 for osx
2 parents 4a04680 + c2ce6a5 commit 175c84c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipe/conda_build_config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ m2w64_fortran_compiler_version: # [win]
5858
gcc_compiler:
5959
- gcc
6060
gcc_compiler_version:
61-
- 14
61+
- 14 # [not osx]
62+
- 15 # [osx]
6263
gxx_compiler:
6364
- gxx
6465
gxx_compiler_version:
65-
- 14
66+
- 14 # [not osx]
67+
- 15 # [osx]
6668
clang_compiler:
6769
- clang # [unix]
6870
# stay compatible with MSVC

0 commit comments

Comments
 (0)