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 d9473ac commit 9ed97d1Copy full SHA for 9ed97d1
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ env:
10
jobs:
11
rustfmt:
12
name: Rustfmt
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
14
15
steps:
16
- name: Checkout the repository
@@ -22,7 +22,7 @@ jobs:
22
23
clippy:
24
name: Clippy
25
26
27
28
@@ -34,7 +34,7 @@ jobs:
34
35
tests:
36
name: Tests
37
38
39
40
0 commit comments