Skip to content

Bump the Ubuntu CI version to 23.04 #6

Bump the Ubuntu CI version to 23.04

Bump the Ubuntu CI version to 23.04 #6

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'