ci: use ubuntu 22.04 for the Github action.

This commit is contained in:
Alexandre Pujol 2022-05-21 18:17:29 +01:00
parent fc7d0afb1f
commit 6dd6a9b0cd
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
@ -24,10 +24,10 @@ jobs:
- name: Install apparmor.d
run: sudo dpkg --install ../apparmor.d_*_all.deb
# - name: Reload AppArmor
# run: |
# sudo systemctl restart apparmor.service || true
# sudo systemctl status apparmor.service
- name: Reload AppArmor
run: |
sudo systemctl restart apparmor.service || true
sudo systemctl status apparmor.service
# - name: Show AppArmor log
# run: sudo aa-log
- name: Show AppArmor log
run: sudo aa-log