aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-25 23:52:18 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-30 10:49:26 +0200
commitcfc854788358ab9fd0fa04a453d2fa7e864ae921 (patch)
treeeac666c8057448017f4680ff58c78787f8b38bce /.github/workflows/profile-checks.yml
parenttests: disable calling curl in dns test, as systemd-resolved is used on CI ru... (diff)
downloadfirejail-cfc854788358ab9fd0fa04a453d2fa7e864ae921.tar.gz
firejail-cfc854788358ab9fd0fa04a453d2fa7e864ae921.tar.zst
firejail-cfc854788358ab9fd0fa04a453d2fa7e864ae921.zip
CI: bump ubuntu to 22.04 and use newer compilers / analyzers
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 9138e8a57..d235aeb64 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -18,7 +18,7 @@ on:
18 18
19jobs: 19jobs:
20 profile-checks: 20 profile-checks:
21 runs-on: ubuntu-20.04 21 runs-on: ubuntu-latest
22 steps: 22 steps:
23 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b 23 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
24 - name: sort.py 24 - name: sort.py