From d6addc2c564e6bd4648e3e1efec725d51051ecb6 Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Sat, 30 Nov 2024 23:52:48 +0100 Subject: [PATCH] CI: also test wrk on older os --- .github/workflows/tox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index f3879793a..1a3d6d3eb 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -63,11 +63,11 @@ jobs: check-latest: true allow-prereleases: ${{ matrix.unsupported }} - name: Add max test utils - if: matrix.os == 'macos-latest' + if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' run: | brew install wrk - name: Add linux test utils - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-20.04' run: | sudo systemctl mask nginx.service sudo apt install nginx openssl wrk