Skip to content

Commit

Permalink
ci: run on ubuntu 20.04 instead of ubuntu 22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Oct 11, 2023
1 parent ec74913 commit 3b9e149
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 @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
vim:
Expand Down

0 comments on commit 3b9e149

Please sign in to comment.