Skip to content

Commit

Permalink
Pin action to use ubuntu-20.04 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Stout committed Jan 2, 2023
1 parent eab41dd commit 4138be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python orm migrate --connection mysql
make test
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Lint
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 4138be2

Please sign in to comment.