mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-13 15:56:46 +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:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
mode:
|
||||
- default
|
||||
- full-system-policy
|
||||
|
|
Loading…
Reference in a new issue