Skip to content

[master] Add Ubuntu 24.04 "Noble Numbat" (carry 994) #695

[master] Add Ubuntu 24.04 "Noble Numbat" (carry 994)

[master] Add Ubuntu 24.04 "Noble Numbat" (carry 994) #695

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- 'master'
- '[0-9]+.[0-9]{2}'
tags:
- 'v*'
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
target:
- debian-bullseye
- debian-bookworm
- ubuntu-focal
- ubuntu-jammy
- ubuntu-noble
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
-
name: Build
run: |
make ${{ matrix.target }}