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