Skip to content

Commit

Permalink
Use not latest ubuntu to make linter work
Browse files Browse the repository at this point in the history
  • Loading branch information
etabak committed Mar 6, 2023
1 parent e107772 commit 5ca8c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout the source
uses: actions/checkout@v2
Expand Down

0 comments on commit 5ca8c2b

Please sign in to comment.