Skip to content

Commit 9ed97d1

Browse files
authored
Update ci.yml
1 parent d9473ac commit 9ed97d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
rustfmt:
1212
name: Rustfmt
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Checkout the repository
@@ -22,7 +22,7 @@ jobs:
2222

2323
clippy:
2424
name: Clippy
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- name: Checkout the repository
@@ -34,7 +34,7 @@ jobs:
3434

3535
tests:
3636
name: Tests
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-24.04
3838

3939
steps:
4040
- name: Checkout the repository

0 commit comments

Comments
 (0)