Skip to content

Commit 439883b

Browse files
authored
Remove osx x86 jobs from ci (#235)
1 parent cc0a506 commit 439883b

File tree

1 file changed

+1
-101
lines changed

1 file changed

+1
-101
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -102,32 +102,7 @@ jobs:
102102
cling: On
103103
cling-version: '1.0'
104104
cppyy: On
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-
105+
131106
steps:
132107
- uses: actions/checkout@v3
133108
with:
@@ -676,60 +651,6 @@ jobs:
676651
cling-version: '1.0'
677652
cppyy: On
678653
xeus-clang-repl: On
679-
- name: osx13-x86-clang-clang-repl-18-cppyy
680-
os: macos-13
681-
compiler: clang
682-
clang-runtime: '18'
683-
cling: Off
684-
cppyy: On
685-
- name: osx13-x86-clang-clang-repl-18-xeus-clang-repl
686-
os: macos-13
687-
compiler: clang
688-
clang-runtime: '18'
689-
cling: Off
690-
cppyy: On
691-
xeus-clang-repl: On
692-
- name: osx13-x86-clang-clang-repl-17-cppyy
693-
os: macos-13
694-
compiler: clang
695-
clang-runtime: '17'
696-
cling: Off
697-
cppyy: On
698-
- name: osx13-x86-clang-clang-repl-17-xeus-clang-repl
699-
os: macos-13
700-
compiler: clang
701-
clang-runtime: '17'
702-
cling: Off
703-
cppyy: On
704-
xeus-clang-repl: On
705-
- name: osx13-x86-clang-clang-repl-16-cppyy
706-
os: macos-13
707-
compiler: clang
708-
clang-runtime: '16'
709-
cling: Off
710-
cppyy: On
711-
- name: osx13-x86-clang-clang-repl-16-xeus-clang-repl
712-
os: macos-13
713-
compiler: clang
714-
clang-runtime: '16'
715-
cling: Off
716-
cppyy: On
717-
xeus-clang-repl: On
718-
- name: osx13-x86-clang-clang13-cling-cppyy
719-
os: macos-13
720-
compiler: clang
721-
clang-runtime: '13'
722-
cling: On
723-
cling-version: '1.0'
724-
cppyy: On
725-
- name: osx13-x86-clang-clang13-cling-xeus-clang-repl
726-
os: macos-13
727-
compiler: clang
728-
clang-runtime: '13'
729-
cling: On
730-
cling-version: '1.0'
731-
cppyy: On
732-
xeus-clang-repl: On
733654

734655
steps:
735656
- uses: actions/checkout@v3
@@ -1322,27 +1243,6 @@ jobs:
13221243
clang-runtime: '13'
13231244
cling: On
13241245
cling-version: '1.0'
1325-
- name: osx13-x86-clang-clang-repl-18-emscripten_wasm
1326-
os: macos-13
1327-
compiler: clang
1328-
clang-runtime: '18'
1329-
cling: Off
1330-
- name: osx13-x86-clang-clang-repl-17-emscripten_wasm
1331-
os: macos-13
1332-
compiler: clang
1333-
clang-runtime: '17'
1334-
cling: Off
1335-
- name: osx13-x86-clang-clang-repl-16-emscripten_wasm
1336-
os: macos-13
1337-
compiler: clang
1338-
clang-runtime: '16'
1339-
cling: Off
1340-
- name: osx13-x86-clang-clang13-cling-emscripten_wasm
1341-
os: macos-13
1342-
compiler: clang
1343-
clang-runtime: '13'
1344-
cling: On
1345-
cling-version: '1.0'
13461246

13471247
steps:
13481248
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)