File tree Expand file tree Collapse file tree 1 file changed +25
-41
lines changed Expand file tree Collapse file tree 1 file changed +25
-41
lines changed Original file line number Diff line number Diff line change @@ -152,47 +152,31 @@ jobs:
152
152
cling : On
153
153
cling-version : ' 1.0'
154
154
cppyy : On
155
- # Block commented out until free tier for m1
156
- # exists (expected sometime 2024) and key for os
157
- # can be replaced
158
- # - name: osx13-arm64-clang-clang-repl-17
159
- # os: macos-13-arm64
160
- # compiler: clang
161
- # clang-runtime: '17'
162
- # cling: Off
163
- # cppyy: Off
164
- # - name: osx13-arm64-clang-clang-repl-17-cppyy
165
- # os: macos-13-arm64
166
- # compiler: clang
167
- # clang-runtime: '17'
168
- # cling: Off
169
- # cppyy: On
170
- # - name: osx13-arm64-clang-clang-repl-16
171
- # os: macos-13-arm64
172
- # compiler: clang
173
- # clang-runtime: '16'
174
- # cling: Off
175
- # cppyy: Off
176
- # - name: osx13-arm64-clang-clang-repl-16-cppyy
177
- # os: macos-13-arm64
178
- # compiler: clang
179
- # clang-runtime: '16'
180
- # cling: Off
181
- # cppyy: On
182
- # - name: osx13-arm64-clang-clang13-cling
183
- # os: macos-13-arm64
184
- # compiler: clang
185
- # clang-runtime: '13'
186
- # cling: On
187
- # cling-version: '1.0'
188
- # cppyy: Off
189
- # - name: osx13-arm64-clang-clang13-cling-cppyy
190
- # os: macos-13-arm64
191
- # compiler: clang
192
- # clang-runtime: '13'
193
- # cling: On
194
- # cling-version: '1.0'
195
- # cppyy: On
155
+ - name : osx14-arm-clang-clang-repl-18-cppyy
156
+ os : macos-14
157
+ compiler : clang
158
+ clang-runtime : ' 18'
159
+ cling : Off
160
+ cppyy : On
161
+ - name : osx14-arm-clang-clang-repl-17-cppyy
162
+ os : macos-14
163
+ compiler : clang
164
+ clang-runtime : ' 17'
165
+ cling : Off
166
+ cppyy : On
167
+ - name : osx14-arm-clang-clang-repl-16-cppyy
168
+ os : macos-14
169
+ compiler : clang
170
+ clang-runtime : ' 16'
171
+ cling : Off
172
+ cppyy : On
173
+ - name : osx14-arm-clang-clang13-cling-cppyy
174
+ os : macos-14
175
+ compiler : clang
176
+ clang-runtime : ' 13'
177
+ cling : On
178
+ cling-version : ' 1.0'
179
+ cppyy : On
196
180
197
181
steps :
198
182
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments