From db361d8fdf487066eb9b1f480ff386c619eaac09 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 21 Apr 2025 21:42:32 +0200 Subject: Remove Ubuntu 20.04 from the CI pipeline It is deprecated and got removed. See: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/build.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7ffaa3e..7482cda6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,27 +147,6 @@ jobs: run: make - name: make check run: make check - ubuntu-20-04-openssl-1-1: - needs: ubuntu-latest-html-tests - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - - name: Update package lists - run: sudo apt update - - name: Install dependencies - run: sudo apt install -y libfltk1.3-dev libssl-dev - - name: autogen - run: ./autogen.sh - - name: configure - run: ./configure --disable-mbedtls - - name: make - run: make - - name: make check - run: make check - - name: make distcheck - run: make distcheck alpine-mbedtls-3_6_0: runs-on: ubuntu-latest steps: -- cgit v1.2.3