Feng Wang commited on
Commit
3bb85df
·
1 Parent(s): a89ef38

fix: update image os version (#1845)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yaml +2 -2
.github/workflows/ci.yaml CHANGED
@@ -13,10 +13,10 @@ jobs:
13
  # This workflow contains a single job called "build"
14
  build:
15
  # The type of runner that the job will run on
16
- runs-on: ubuntu-20.04
17
  strategy:
18
  matrix:
19
- python-version: [3.7, 3.8]
20
 
21
  # Steps represent a sequence of tasks that will be executed as part of the job
22
  steps:
 
13
  # This workflow contains a single job called "build"
14
  build:
15
  # The type of runner that the job will run on
16
+ runs-on: ubuntu-22.04
17
  strategy:
18
  matrix:
19
+ python-version: ["3.8", "3.9", "3.10"]
20
 
21
  # Steps represent a sequence of tasks that will be executed as part of the job
22
  steps: