Skip to content

Commit

Permalink
ci: workaround for ubuntu package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Apr 24, 2024
1 parent 5116987 commit 88abafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 88abafa

Please sign in to comment.