ci(github): add build on ubuntu 24.04

This commit is contained in:
Alexandre Pujol 2024-05-08 20:10:17 +01:00
parent bed9545082
commit 379c46e4e0
Failed to generate hash of commit

View file

@ -4,9 +4,12 @@ on: [push, pull_request, workflow_dispatch]
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
mode: mode:
- default - default
- full-system-policy - full-system-policy