Skip to content

Commit

Permalink
ci: use ubuntu-22.04 runner for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasT committed Mar 31, 2024
1 parent d76ae3d commit ee28f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
ormolu:
name: Lint code layout using Ormolu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:

cabal-fmt:
name: Lint Cabal project description using cabal-fmt
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Cache Cabal files
uses: actions/cache@v3
Expand Down

0 comments on commit ee28f10

Please sign in to comment.