CI: Remove Ubuntu 20.04 build

This commit is contained in:
derrod
2023-06-11 01:14:36 +02:00
committed by Ryan Foster
parent d1a7070d10
commit dd418c1f35

View File

@@ -233,10 +233,7 @@ jobs:
runs-on: ${{ matrix.ubuntu }}
strategy:
matrix:
ubuntu: ['ubuntu-20.04', 'ubuntu-22.04']
include:
- ubuntu: 'ubuntu-20.04'
script_options: '--disable-pipewire'
ubuntu: ['ubuntu-22.04']
if: always()
needs: [config, clang_check]
defaults: