Skip to content

Commit

Permalink
ci: Fix CI not running due to outdated ubuntu version (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored May 20, 2023
1 parent 552813c commit 346781d
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 @@ -6,7 +6,7 @@ on:
branches: [ '**' ]
jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
Expand Down

0 comments on commit 346781d

Please sign in to comment.