Skip to content

Commit d05d055

Browse files
committed
ci: use ubuntu-22.04 for jobs that need py 3.7
1 parent 7d00768 commit d05d055

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ env:
2323

2424
jobs:
2525
test:
26-
runs-on: ubuntu-latest
26+
# 'ubuntu-latest' does not support 3.7. Pin to 22.04 until we drop support for 3.7
27+
runs-on: ubuntu-22.04
2728
strategy:
2829
matrix:
2930
python-version:

0 commit comments

Comments
 (0)