CI: Remove Ubuntu mantic and add oracular for PPA

This commit is contained in:
Jonas Kvinge 2024-07-19 18:14:10 +02:00
parent 1a8690e1f2
commit 9f7ebb1ac7
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'focal', 'jammy', 'mantic', 'noble' ]
ubuntu_version: [ 'focal', 'jammy', 'noble', 'oracular' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps: