We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344814c commit f4e0dbcCopy full SHA for f4e0dbc
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
3
4
jobs:
5
tests:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
7
steps:
8
- name: Checkout code
9
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
22
run: 'make test'
23
24
code-quality:
25
26
27
28
0 commit comments