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 cc72433 commit b3409fcCopy full SHA for b3409fc
1 file changed
.github/workflows/ci.yml
@@ -13,9 +13,7 @@ concurrency:
13
14
jobs:
15
test-rust:
16
- # We force a newer runner version to fix a problem with Valgrind.
17
- # Currently, ubuntu-latest is set to 22.04. Revert this back to ubuntu-latest once it is set to 24.04.
18
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
rust: [stable]
0 commit comments