Bläddra i källkod

CI: Remove Ubuntu 20.04 build

derrod 2 år sedan
förälder
incheckning
dd418c1f35
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      .github/workflows/main.yml

+ 1 - 4
.github/workflows/main.yml

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