Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
ci: pin ubuntu to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Dec 30, 2020
1 parent 92ae89b commit 4646659
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 @@ -15,7 +15,7 @@ on:

jobs:
quality:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
Expand Down

0 comments on commit 4646659

Please sign in to comment.