aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-04-21 21:42:32 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-04-21 21:42:32 +0200
commitdb361d8fdf487066eb9b1f480ff386c619eaac09 (patch)
tree351469677791ddee41c75f2e49d079a0238be597
parente1ac98f67084fe6323490ae36001e7767b3e80e3 (diff)
Remove Ubuntu 20.04 from the CI pipeline
It is deprecated and got removed. See: https://github.com/actions/runner-images/issues/11101
-rw-r--r--.github/workflows/build.yml21
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: