Skip to content

Commit 3754e05

Browse files
authored
ci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm (#7470)
1 parent 6d868d9 commit 3754e05

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ jobs:
583583
- target: armv5te-unknown-linux-gnueabi
584584
os: ubuntu-latest
585585
- target: armv7-unknown-linux-gnueabihf
586-
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
586+
os: ubuntu-24.04-arm
587587
- target: aarch64-unknown-linux-gnu
588-
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
588+
os: ubuntu-24.04-arm
589589
rustflags: --cfg tokio_taskdump
590590
- target: aarch64-pc-windows-msvc
591591
os: windows-11-arm
@@ -629,9 +629,9 @@ jobs:
629629
- target: armv5te-unknown-linux-gnueabi
630630
os: ubuntu-latest
631631
- target: armv7-unknown-linux-gnueabihf
632-
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
632+
os: ubuntu-24.04-arm
633633
- target: aarch64-unknown-linux-gnu
634-
os: ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
634+
os: ubuntu-24.04-arm
635635
rustflags: --cfg tokio_taskdump
636636
- target: aarch64-pc-windows-msvc
637637
os: windows-11-arm

0 commit comments

Comments
 (0)