mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-14 08:16:50 +01:00
ci(github): add build on ubuntu 24.04
This commit is contained in:
parent
bed9545082
commit
379c46e4e0
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue