Skip to content

Commit 4f051c8

Browse files
authored
fix linux build (#410)
1 parent d44e774 commit 4f051c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
branches: [master]
77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
strategy:
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)