Skip to content

Commit 6dcbe57

Browse files
Update unit-test.yml
fix ubuntu version
1 parent 17c4d58 commit 6dcbe57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
unit-test:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
1616
python-version: ["3.7", "3.x"]

0 commit comments

Comments
 (0)