Skip to content

Commit 30c91dc

Browse files
committed
osx 14/osx arm jobs to ci
Add
1 parent c776a4e commit 30c91dc

File tree

1 file changed

+60
-63
lines changed

1 file changed

+60
-63
lines changed

.github/workflows/ci.yml

+60-63
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,66 @@ jobs:
202202
# cling: On
203203
# cling-version: '1.0'
204204
# cppyy: On
205+
- name: osx14-arm-clang-clang-repl-17
206+
os: macos-14
207+
compiler: clang
208+
clang-runtime: '17'
209+
cling: Off
210+
cppyy: Off
211+
- name: osx14-arm-clang-clang-repl-17-cppyy
212+
os: macos-14
213+
compiler: clang
214+
clang-runtime: '17'
215+
cling: Off
216+
cppyy: On
217+
- name: osx14-arm-clang-clang-repl-17-xeus-clang-repl
218+
os: macos-14
219+
compiler: clang
220+
clang-runtime: '17'
221+
cling: Off
222+
cppyy: On
223+
xeus-clang-repl: On
224+
- name: osx14-arm-clang-clang-repl-16
225+
os: macos-14
226+
compiler: clang
227+
clang-runtime: '16'
228+
cling: Off
229+
cppyy: Off
230+
- name: osx14-arm-clang-clang-repl-16-cppyy
231+
os: macos-14
232+
compiler: clang
233+
clang-runtime: '16'
234+
cling: Off
235+
cppyy: On
236+
- name: osx14-arm-clang-clang-repl-16-xeus-clang-repl
237+
os: macos-14
238+
compiler: clang
239+
clang-runtime: '16'
240+
cling: Off
241+
cppyy: On
242+
xeus-clang-repl: On
243+
- name: osx14-arm-clang-clang13-cling
244+
os: macos-14
245+
compiler: clang
246+
clang-runtime: '13'
247+
cling: On
248+
cling-version: '1.0'
249+
cppyy: Off
250+
- name: osx14-arm-clang-clang13-cling-cppyy
251+
os: macos-14
252+
compiler: clang
253+
clang-runtime: '13'
254+
cling: On
255+
cling-version: '1.0'
256+
cppyy: On
257+
- name: osx14-arm-clang-clang13-cling-xeus-clang-repl
258+
os: macos-14
259+
compiler: clang
260+
clang-runtime: '13'
261+
cling: On
262+
cling-version: '1.0'
263+
cppyy: On
264+
xeus-clang-repl: On
205265
- name: osx13-x86-clang-clang-repl-17
206266
os: macos-13
207267
compiler: clang
@@ -262,69 +322,6 @@ jobs:
262322
cling-version: '1.0'
263323
cppyy: On
264324
xeus-clang-repl: On
265-
#Block commented out until free tier for m1
266-
#exists (expected sometime 2024) and key for os
267-
#can be replaced
268-
#- name: osx13-arm64-clang-clang-repl-17
269-
# os: macos-13-arm64
270-
# compiler: clang
271-
# clang-runtime: '17'
272-
# cling: Off
273-
# cppyy: Off
274-
#- name: osx13-arm64-clang-clang-repl-17-cppyy
275-
# os: macos-13-arm64
276-
# compiler: clang
277-
# clang-runtime: '17'
278-
# cling: Off
279-
# cppyy: On
280-
#- name: osx13-arm64-clang-clang-repl-17-xeus-clang-repl
281-
# os: macos-13-arm64
282-
# compiler: clang
283-
# clang-runtime: '17'
284-
# cling: Off
285-
# cppyy: On
286-
# xeus-clang-repl: On
287-
#- name: osx13-arm64-clang-clang-repl-16
288-
# os: macos-13-arm64
289-
# compiler: clang
290-
# clang-runtime: '16'
291-
# cling: Off
292-
# cppyy: Off
293-
#- name: osx13-arm64-clang-clang-repl-16-cppyy
294-
# os: macos-13-arm64
295-
# compiler: clang
296-
# clang-runtime: '16'
297-
# cling: Off
298-
# cppyy: On
299-
#- name: osx13-arm64-clang-clang-repl-16-xeus-clang-repl
300-
# os: macos-13-arm64
301-
# compiler: clang
302-
# clang-runtime: '16'
303-
# cling: Off
304-
# cppyy: On
305-
# xeus-clang-repl: On
306-
#- name: osx13-arm64-clang-clang13-cling
307-
# os: macos-13-arm64
308-
# compiler: clang
309-
# clang-runtime: '13'
310-
# cling: On
311-
# cling-version: '1.0'
312-
# cppyy: Off
313-
#- name: osx13-arm64-clang-clang13-cling-cppyy
314-
# os: macos-13-arm64
315-
# compiler: clang
316-
# clang-runtime: '13'
317-
# cling: On
318-
# cling-version: '1.0'
319-
# cppyy: On
320-
#- name: osx13-arm64-clang-clang13-cling-xeus-clang-repl
321-
# os: macos-13-arm64
322-
# compiler: clang
323-
# clang-runtime: '13'
324-
# cling: On
325-
# cling-version: '1.0'
326-
# cppyy: On
327-
# xeus-clang-repl: On
328325

329326
steps:
330327
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)