Skip to content

Update CI for LLVM 17 #12

Update CI for LLVM 17

Update CI for LLVM 17 #12

Workflow file for this run

---
name: CI containers
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'ci/**/*'
permissions:
contents: read
packages: write
jobs:
arch:
uses: ./.github/workflows/container.yml
with:
name: 'arch'
debian:
uses: ./.github/workflows/container.yml
with:
name: 'debian'
fedora:
uses: ./.github/workflows/container.yml
with:
name: 'fedora'
ubuntu:
uses: ./.github/workflows/container.yml
with:
name: 'ubuntu'
idoc:
uses: ./.github/workflows/container.yml
with:
name: 'idoc'