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 e728d19 commit b4752a6Copy full SHA for b4752a6
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ concurrency:
21
jobs:
22
fmt:
23
name: stable / fmt
24
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
@@ -35,9 +35,7 @@ jobs:
35
36
clippy:
37
name: stable / clippy
38
39
- permissions:
40
- checks: write
41
42
43
@@ -54,7 +52,7 @@ jobs:
54
52
55
53
test:
56
name: stable / test
57
58
59
60
@@ -72,7 +70,7 @@ jobs:
72
70
73
71
doc:
74
name: stable / doc
75
76
77
78
0 commit comments