Skip to content

Commit

Permalink
fix: ubuntu on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 20, 2023
1 parent e535a33 commit 6aecfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
flake8:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: set up python
Expand All @@ -19,7 +19,7 @@ jobs:
- name: lint with flake8
run: flake8 --statistics shentry.py
run-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
pythonversion: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
Expand Down

0 comments on commit 6aecfd7

Please sign in to comment.