Skip to content

Commit

Permalink
CI: also test wrk on older os
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Nov 30, 2024
1 parent 1b50d60 commit d6addc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6addc2

Please sign in to comment.