Skip to content

Commit 5ad22ec

Browse files
committed
ci: still use Ubuntu 20.04 for cross test
1 parent a736640 commit 5ad22ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ jobs:
7373
# Use cross for QEMU-based testing
7474
# cross needs to execute Docker, GitHub Action already has it installed
7575
cross:
76-
runs-on: ubuntu-24.04
76+
# Still use 20.04 for this CI step as test `test_prctl::test_set_vma_anon_name`
77+
# would fail on 22.04 and 24.04 (at least for now)
78+
# https://github.com/nix-rust/nix/issues/2418
79+
runs-on: ubuntu-20.04
7780
needs: [rustfmt, minver, macos, linux_native_builds, rust_stable]
7881
strategy:
7982
fail-fast: false

0 commit comments

Comments
 (0)