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