Skip to content

Commit 42b7397

Browse files
committed
Limit ubuntu version to 22.04 for python 3.7.
1 parent 35c41e9 commit 42b7397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
build:
1616

17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
2020
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)