We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb44d83 commit 8f83fbeCopy full SHA for 8f83fbe
1 file changed
.github/workflows/main.yaml
@@ -20,13 +20,13 @@ jobs:
20
build: [stable, beta, nightly]
21
include:
22
- build: stable
23
- os: ubuntu-latest
+ os: ubuntu-24.04
24
rust: stable
25
- build: beta
26
27
rust: beta
28
- build: nightly
29
30
rust: nightly
31
steps:
32
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
37
38
rustfmt:
39
name: Rustfmt
40
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
41
timeout-minutes: 10
42
43
0 commit comments