Merge pull request #441 from bachandi/github_action_fixes

Switch to new ubuntu LTS version to fix build action
This commit is contained in:
Jordi Sanfeliu 2022-10-14 09:02:01 +02:00 committed by GitHub
commit 2661006edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
- fedora:34
- fedora:35
- ubuntu:20.04
- ubuntu:21.10
- ubuntu:22.04
fail-fast: false
container:
image: ${{ matrix.image }}