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 efa707c commit c875c2eCopy full SHA for c875c2e
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
run: test/run
24
25
code-coverage:
26
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
27
steps:
28
- uses: actions/checkout@v2
29
- uses: ruby/[email protected]
@@ -40,7 +40,7 @@ jobs:
40
./codecov -f coverage/codecov-result.json -Z
41
42
build-docs:
43
44
45
46
- uses: actions/checkout@v4
@@ -54,7 +54,7 @@ jobs:
54
run: sphinx-build -W -b html docs docs/_build/html
55
56
lint:
57
58
59
60
@@ -81,7 +81,7 @@ jobs:
81
run: ./lint_clean_files.sh
82
83
lint-differential:
84
85
86
permissions:
87
security-events: write
0 commit comments