Skip to content

Commit

Permalink
need to use older version of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
billimek authored Mar 5, 2024
1 parent a8fe810 commit c4ba7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6.x', '3.7.x', 3.8.x']
python-version: ['3.5.x', '3.6.x', '3.7.x', 3.8.x']

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

0 comments on commit c4ba7ca

Please sign in to comment.