Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 6 additions & 29 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,45 +22,22 @@ jobs:
fail-fast: false
matrix:
include:
- name: osx15-arm-clang-clang-repl-21
os: macos-15
- name: osx26-arm-clang-clang-repl-21
os: macos-26
compiler: clang
clang-runtime: '21'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host"
- name: osx15-arm-clang-clang-repl-20
os: macos-15
- name: osx26-arm-clang-clang-repl-20
os: macos-26
compiler: clang
clang-runtime: '20'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host"
- name: osx15-arm-clang-clang20-cling
os: macos-15
compiler: clang
clang-runtime: '20'
cling: On
cling-version: '1.3'
root-llvm-tag: 'cling-llvm20-20260119-01'
llvm_enable_projects: "clang"
llvm_targets_to_build: "host;NVPTX"
- name: osx15-x86-clang-clang-repl-21
os: macos-15-intel
compiler: clang
clang-runtime: '21'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host"
- name: osx15-x86-clang-clang-repl-20
os: macos-15-intel
compiler: clang
clang-runtime: '20'
cling: Off
llvm_enable_projects: "clang"
llvm_targets_to_build: "host"
- name: osx15-x86-clang-clang20-cling
os: macos-15-intel
- name: osx26-arm-clang-clang20-cling
os: macos-26
compiler: clang
clang-runtime: '20'
cling: On
Expand Down
Loading