Skip to content

Commit

Permalink
chore: set gh actions ci to ubuntu 20.04 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadru committed Oct 8, 2023
1 parent 1f0b5f0 commit db719cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
run-lint:
name: Linters
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit db719cc

Please sign in to comment.