diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-21 21:42:32 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-04-21 21:42:32 +0200 |
commit | db361d8fdf487066eb9b1f480ff386c619eaac09 (patch) | |
tree | 351469677791ddee41c75f2e49d079a0238be597 /.github/workflows | |
parent | e1ac98f67084fe6323490ae36001e7767b3e80e3 (diff) |
Remove Ubuntu 20.04 from the CI pipeline
It is deprecated and got removed.
See: https://github.com/actions/runner-images/issues/11101
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 21 |
1 files changed, 0 insertions, 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: |