@@ -86,40 +86,40 @@ jobs:
86
86
cppyy : Off
87
87
llvm_enable_projects : " clang"
88
88
llvm_targets_to_build : " host;NVPTX"
89
- - name : osx14 -arm-clang-clang-repl-19
90
- os : macos-14
89
+ - name : osx15 -arm-clang-clang-repl-19
90
+ os : macos-15
91
91
compiler : clang
92
92
clang-runtime : ' 19'
93
93
cling : Off
94
94
cppyy : On
95
95
llvm_enable_projects : " clang;lld"
96
96
llvm_targets_to_build : " WebAssembly;host;NVPTX"
97
- - name : osx14 -arm-clang-clang-repl-18
98
- os : macos-14
97
+ - name : osx15 -arm-clang-clang-repl-18
98
+ os : macos-15
99
99
compiler : clang
100
100
clang-runtime : ' 18'
101
101
cling : Off
102
102
cppyy : On
103
103
llvm_enable_projects : " clang"
104
104
llvm_targets_to_build : " host;NVPTX"
105
- - name : osx14 -arm-clang-clang-repl-17
106
- os : macos-14
105
+ - name : osx15 -arm-clang-clang-repl-17
106
+ os : macos-15
107
107
compiler : clang
108
108
clang-runtime : ' 17'
109
109
cling : Off
110
110
cppyy : On
111
111
llvm_enable_projects : " clang"
112
112
llvm_targets_to_build : " host;NVPTX"
113
- - name : osx14 -arm-clang-clang-repl-16
114
- os : macos-14
113
+ - name : osx15 -arm-clang-clang-repl-16
114
+ os : macos-15
115
115
compiler : clang
116
116
clang-runtime : ' 16'
117
117
cling : Off
118
118
cppyy : On
119
119
llvm_enable_projects : " clang"
120
120
llvm_targets_to_build : " host;NVPTX"
121
- - name : osx14 -arm-clang-clang13-cling
122
- os : macos-14
121
+ - name : osx15 -arm-clang-clang13-cling
122
+ os : macos-15
123
123
compiler : clang
124
124
clang-runtime : ' 13'
125
125
cling : On
@@ -585,32 +585,32 @@ jobs:
585
585
# clang-runtime: '17'
586
586
# cling: Off
587
587
# cppyy: On
588
- - name : osx14 -arm-clang-clang-repl-19-cppyy
589
- os : macos-14
588
+ - name : osx15 -arm-clang-clang-repl-19-cppyy
589
+ os : macos-15
590
590
compiler : clang
591
591
clang-runtime : ' 19'
592
592
cling : Off
593
593
cppyy : On
594
- - name : osx14 -arm-clang-clang-repl-18-cppyy
595
- os : macos-14
594
+ - name : osx15 -arm-clang-clang-repl-18-cppyy
595
+ os : macos-15
596
596
compiler : clang
597
597
clang-runtime : ' 18'
598
598
cling : Off
599
599
cppyy : On
600
- - name : osx14 -arm-clang-clang-repl-17-cppyy
601
- os : macos-14
600
+ - name : osx15 -arm-clang-clang-repl-17-cppyy
601
+ os : macos-15
602
602
compiler : clang
603
603
clang-runtime : ' 17'
604
604
cling : Off
605
605
cppyy : On
606
- - name : osx14 -arm-clang-clang-repl-16
607
- os : macos-14
606
+ - name : osx15 -arm-clang-clang-repl-16
607
+ os : macos-15
608
608
compiler : clang
609
609
clang-runtime : ' 16'
610
610
cling : Off
611
611
cppyy : Off
612
- - name : osx14 -arm-clang-clang13-cling-cppyy
613
- os : macos-14
612
+ - name : osx15 -arm-clang-clang13-cling-cppyy
613
+ os : macos-15
614
614
compiler : clang
615
615
clang-runtime : ' 13'
616
616
cling : On
@@ -1147,8 +1147,8 @@ jobs:
1147
1147
clang-runtime : ' 19'
1148
1148
cling : Off
1149
1149
micromamba_shell_init : bash
1150
- - name : osx14 -arm-clang-clang-repl-19-emscripten_wasm
1151
- os : macos-14
1150
+ - name : osx15 -arm-clang-clang-repl-19-emscripten_wasm
1151
+ os : macos-15
1152
1152
compiler : clang
1153
1153
clang-runtime : ' 19'
1154
1154
cling : Off
0 commit comments