Skip to content

Commit c223102

Browse files
committed
ci: bump remaining Ubuntu 20.04 to latest version
1 parent 2939c95 commit c223102

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ jobs:
7676
# Use cross for QEMU-based testing
7777
# cross needs to execute Docker, GitHub Action already has it installed
7878
cross:
79-
# Still use 20.04 for this CI step as test `test_prctl::test_set_vma_anon_name`
80-
# would fail on 22.04 and 24.04 (at least for now)
81-
# https://github.com/nix-rust/nix/issues/2418
82-
runs-on: ubuntu-20.04
79+
runs-on: ubuntu-latest
8380
needs: [rustfmt, minver, macos, linux_native_builds, rust_stable]
8481
strategy:
8582
fail-fast: false

0 commit comments

Comments
 (0)