Skip to content

build: Bump LLVM Project to version 19.1.0 #11

build: Bump LLVM Project to version 19.1.0

build: Bump LLVM Project to version 19.1.0 #11

Workflow file for this run

name: Build, package and release clang+llvm
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: write
jobs:
build:
strategy:
matrix:
arch: [x86-64, arm64]
os: [macos-13, macos-14]
exclude:
- os: macos-13
arch: arm64
- os: macos-14
arch: x86-64
fail-fast: true
max-parallel: 2
uses: ./.github/workflows/jobs.yml
with:
arch: ${{ matrix.arch }}
os: ${{ matrix.os }}