CI: Remove Ubuntu oracular

This commit is contained in:
Jonas Kvinge
2025-08-04 22:42:13 +02:00
parent 61a8a3a84a
commit d939733675

View File

@@ -538,7 +538,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'noble', 'oracular', 'plucky' ]
ubuntu_version: [ 'noble', 'plucky' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps:
@@ -631,7 +631,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ubuntu_version: [ 'noble', 'oracular', 'plucky' ]
ubuntu_version: [ 'noble', 'plucky' ]
container:
image: ubuntu:${{matrix.ubuntu_version}}
steps: