Skip to content

Commit 7ea0215

Browse files
committed
CI: Use ubuntu-22.04 to support Python 3.7
1 parent b1d705b commit 7ea0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [
26-
"ubuntu-latest",
26+
"ubuntu-22.04",
2727
"macos-12",
2828
"macos-latest",
2929
]

0 commit comments

Comments
 (0)