Skip to content

Commit

Permalink
CI: Downgrade to 20.04
Browse files Browse the repository at this point in the history
I don't think 22.04 is still available
  • Loading branch information
vHanda committed May 1, 2022
1 parent aca6e35 commit c583615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
env:
CGO_ENABLED: 0
steps:
Expand All @@ -22,7 +22,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
env:
CGO_ENABLED: 0
steps:
Expand Down

0 comments on commit c583615

Please sign in to comment.