CI: Remove Ubuntu Lunar

This commit is contained in:
Jonas Kvinge 2024-01-30 18:42:32 +01:00
parent 19903751c1
commit 882869255b
1 changed files with 2 additions and 2 deletions

View File

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