Skip to content

Commit 6a05297

Browse files
committed
Fixed CI
1 parent 866f038 commit 6a05297

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: build
22
on: [push, pull_request]
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-latest
66
strategy:
77
fail-fast: false
88
matrix:
9-
python: [3.11, 3.6]
9+
python: [3.11, 3.7]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)