Skip to content

Commit

Permalink
Specify runner version to avoid sudden changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed May 22, 2020
1 parent ab9bb4c commit 52bcf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -3,7 +3,7 @@ on:
- push
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup
Expand Down

0 comments on commit 52bcf52

Please sign in to comment.