Skip to content

Commit

Permalink
try on ubuntu 22.04 (psf#6418)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and matthewarmand committed May 10, 2023
1 parent 67687dd commit 78ea14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
os: [ubuntu-22.04, macOS-latest, windows-latest]
include:
# pypy-3.7 on Mac OS currently fails trying to compile
# brotlipy. Moving pypy3 to only test linux.
Expand Down

0 comments on commit 78ea14b

Please sign in to comment.