diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2024-10-14 21:50:11 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2024-10-14 22:15:28 +0200 |
commit | 09ed954630319d506d816feb0bd8298632aa4a6e (patch) | |
tree | 2585052c52d04dba421b27b5e9c96f2df24684a3 | |
parent | 9a353ac7f84a2b6485dd1bb1b272cb8405bd4e9e (diff) |
Ubuntu 24.04 has an issue with AppArmor.
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddc5b93..e0d56e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Install dependencies |