Skip to content

Commit 763b151

Browse files
authored
Add back osx jobs to ci (compiler-research#256)
1 parent b6e6e3e commit 763b151

File tree

1 file changed

+103
-3
lines changed

1 file changed

+103
-3
lines changed

.github/workflows/ci.yml

Lines changed: 103 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,32 @@ jobs:
102102
cling: On
103103
cling-version: '1.0'
104104
cppyy: On
105-
105+
- name: osx13-x86-clang-clang-repl-18
106+
os: macos-13
107+
compiler: clang
108+
clang-runtime: '18'
109+
cling: Off
110+
cppyy: On
111+
- name: osx13-x86-clang-clang-repl-17
112+
os: macos-13
113+
compiler: clang
114+
clang-runtime: '17'
115+
cling: Off
116+
cppyy: On
117+
- name: osx13-x86-clang-clang-repl-16
118+
os: macos-13
119+
compiler: clang
120+
clang-runtime: '16'
121+
cling: Off
122+
cppyy: On
123+
- name: osx13-x86-clang-clang13-cling
124+
os: macos-13
125+
compiler: clang
126+
clang-runtime: '13'
127+
cling: On
128+
cling-version: '1.0'
129+
cppyy: On
130+
106131
steps:
107132
- uses: actions/checkout@v4
108133
with:
@@ -662,7 +687,61 @@ jobs:
662687
cling-version: '1.0'
663688
cppyy: On
664689
xeus-clang-repl: On
665-
690+
- name: osx13-x86-clang-clang-repl-18-cppyy
691+
os: macos-13
692+
compiler: clang
693+
clang-runtime: '18'
694+
cling: Off
695+
cppyy: On
696+
- name: osx13-x86-clang-clang-repl-18-xeus-clang-repl
697+
os: macos-13
698+
compiler: clang
699+
clang-runtime: '18'
700+
cling: Off
701+
cppyy: On
702+
xeus-clang-repl: On
703+
- name: osx13-x86-clang-clang-repl-17-cppyy
704+
os: macos-13
705+
compiler: clang
706+
clang-runtime: '17'
707+
cling: Off
708+
cppyy: On
709+
- name: osx13-x86-clang-clang-repl-17-xeus-clang-repl
710+
os: macos-13
711+
compiler: clang
712+
clang-runtime: '17'
713+
cling: Off
714+
cppyy: On
715+
xeus-clang-repl: On
716+
- name: osx13-x86-clang-clang-repl-16-cppyy
717+
os: macos-13
718+
compiler: clang
719+
clang-runtime: '16'
720+
cling: Off
721+
cppyy: On
722+
- name: osx13-x86-clang-clang-repl-16-xeus-clang-repl
723+
os: macos-13
724+
compiler: clang
725+
clang-runtime: '16'
726+
cling: Off
727+
cppyy: On
728+
xeus-clang-repl: On
729+
- name: osx13-x86-clang-clang13-cling-cppyy
730+
os: macos-13
731+
compiler: clang
732+
clang-runtime: '13'
733+
cling: On
734+
cling-version: '1.0'
735+
cppyy: On
736+
- name: osx13-x86-clang-clang13-cling-xeus-clang-repl
737+
os: macos-13
738+
compiler: clang
739+
clang-runtime: '13'
740+
cling: On
741+
cling-version: '1.0'
742+
cppyy: On
743+
xeus-clang-repl: On
744+
666745
steps:
667746
- uses: actions/checkout@v4
668747
with:
@@ -1249,7 +1328,28 @@ jobs:
12491328
clang-runtime: '13'
12501329
cling: On
12511330
cling-version: '1.0'
1252-
1331+
- name: osx13-x86-clang-clang-repl-18-emscripten_wasm
1332+
os: macos-13
1333+
compiler: clang
1334+
clang-runtime: '18'
1335+
cling: Off
1336+
- name: osx13-x86-clang-clang-repl-17-emscripten_wasm
1337+
os: macos-13
1338+
compiler: clang
1339+
clang-runtime: '17'
1340+
cling: Off
1341+
- name: osx13-x86-clang-clang-repl-16-emscripten_wasm
1342+
os: macos-13
1343+
compiler: clang
1344+
clang-runtime: '16'
1345+
cling: Off
1346+
- name: osx13-x86-clang-clang13-cling-emscripten_wasm
1347+
os: macos-13
1348+
compiler: clang
1349+
clang-runtime: '13'
1350+
cling: On
1351+
cling-version: '1.0'
1352+
12531353
steps:
12541354
- uses: actions/checkout@v4
12551355
with:

0 commit comments

Comments
 (0)