Skip to content

Commit

Permalink
Add osx 14 jobs to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 2, 2024
1 parent c776a4e commit 1e53c5e
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,66 @@ jobs:
# cling: On
# cling-version: '1.0'
# cppyy: On
- name: osx14-x86-clang-clang-repl-17
os: macos-14
compiler: clang
clang-runtime: '17'
cling: Off
cppyy: Off
- name: osx14-x86-clang-clang-repl-17-cppyy
os: macos-14
compiler: clang
clang-runtime: '17'
cling: Off
cppyy: On
- name: osx14-x86-clang-clang-repl-17-xeus-clang-repl
os: macos-14
compiler: clang
clang-runtime: '17'
cling: Off
cppyy: On
xeus-clang-repl: On
- name: osx14-x86-clang-clang-repl-16
os: macos-14
compiler: clang
clang-runtime: '16'
cling: Off
cppyy: Off
- name: osx14-x86-clang-clang-repl-16-cppyy
os: macos-14
compiler: clang
clang-runtime: '16'
cling: Off
cppyy: On
- name: osx14-x86-clang-clang-repl-16-xeus-clang-repl
os: macos-14
compiler: clang
clang-runtime: '16'
cling: Off
cppyy: On
xeus-clang-repl: On
- name: osx14-x86-clang-clang13-cling
os: macos-14
compiler: clang
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: Off
- name: osx14-x86-clang-clang13-cling-cppyy
os: macos-14
compiler: clang
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: On
- name: osx14-x86-clang-clang13-cling-xeus-clang-repl
os: macos-14
compiler: clang
clang-runtime: '13'
cling: On
cling-version: '1.0'
cppyy: On
xeus-clang-repl: On
- name: osx13-x86-clang-clang-repl-17
os: macos-13
compiler: clang
Expand Down

0 comments on commit 1e53c5e

Please sign in to comment.