From 24114dccbe8bcae63a895093a4ba1d084a8925d0 Mon Sep 17 00:00:00 2001 From: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com> Date: Fri, 12 Aug 2022 02:10:34 +0200 Subject: [PATCH] chore(ci): remove ubuntu-20 CI as per mixxx ubuntu minimum requirements policy --- .github/workflows/build.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db06f4d473f..7c23dfe58f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,27 +33,6 @@ jobs: artifacts_path: build/*.deb artifacts_slug: ubuntu-jammy qt_qpa_platform: offscreen - - name: Ubuntu 20.04 (gcc) - os: ubuntu-20.04 - cmake_args: >- - -DWARNINGS_FATAL=ON - -DBULK=ON - -DFFMPEG=ON - -DLOCALECOMPARE=ON - -DMAD=ON - -DMODPLUG=ON - -DWAVPACK=ON - -DINSTALL_USER_UDEV_RULES=OFF - ctest_args: [] - compiler_cache: ccache - compiler_cache_path: ~/.ccache - cpack_generator: DEB - buildenv_basepath: /home/runner/buildenv - buildenv_script: tools/debian_buildenv.sh - artifacts_name: Ubuntu 20.04 DEB - artifacts_path: build/*.deb - artifacts_slug: ubuntu-focal - qt_qpa_platform: offscreen - name: Arch Linux (Qt 6.3, gcc) os: ubuntu-22.04 # The Dockerfile for this container can be found at: