Skip to content

Commit

Permalink
Fix image for CI to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-t-stx committed Apr 6, 2023
1 parent 481c890 commit dd84811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:

tests:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.6, 3.8]
python-version: [3.6, 3.8, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit dd84811

Please sign in to comment.