Skip to content

Commit 346781d

Browse files
authored
ci: Fix CI not running due to outdated ubuntu version (#218)
1 parent 552813c commit 346781d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ '**' ]
77
jobs:
88
test:
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
timeout-minutes: 30
1111
steps:
1212
- name: Checkout repository

0 commit comments

Comments
 (0)