Skip to content

Commit a7da1ab

Browse files
authored
try on ubuntu 22.04 (#6418)
1 parent dfc3e24 commit a7da1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16-
os: [ubuntu-18.04, macOS-latest, windows-latest]
16+
os: [ubuntu-22.04, macOS-latest, windows-latest]
1717
include:
1818
# pypy-3.7 on Mac OS currently fails trying to compile
1919
# brotlipy. Moving pypy3 to only test linux.

0 commit comments

Comments
 (0)