From 0c3b7d3cf1c94c78d94ce926ab909173ec59de59 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Sun, 24 Nov 2024 20:16:29 +0000 Subject: [PATCH] Testing build on 18.04, 22.04 and 24.04 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5fbfbd..7b48366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: build-ubuntu: strategy: matrix: - platform: [ubuntu-latest, ubuntu-20.04] + platform: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-latest] name: Build ${{ matrix.platform }} env: # https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ @@ -53,6 +53,7 @@ jobs: sudo service redis-server stop - name: Increase connection limit + if: matrix.platform == 'ubuntu-latest' run: | sudo sysctl -w net.ipv4.tcp_fin_timeout=10 sudo sysctl -w net.ipv4.tcp_tw_reuse=1