Skip to content

Commit 31d573d

Browse files
authored
fix: update image os version (#1845)
fix: update image os version (#1845)
1 parent d872c71 commit 31d573d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
# This workflow contains a single job called "build"
1414
build:
1515
# The type of runner that the job will run on
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
python-version: [3.7, 3.8]
19+
python-version: ["3.8", "3.9", "3.10"]
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:

0 commit comments

Comments
 (0)