Skip to content

Commit eb3a5d8

Browse files
committed
ubuntu:latest now points to 26.04 which requires RVA23
1 parent ee3ed1b commit eb3a5d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hello.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ jobs:
288288
runs-on: [ubuntu-24.04-riscv, ubuntu-24.04]
289289
steps:
290290
- run: docker ps
291-
- run: docker run --rm ubuntu:latest uname -m
291+
- run: docker run --rm ubuntu:24.04 uname -m
292292
- run: |
293-
docker run --rm --interactive ubuntu:latest bash <<EOF
293+
docker run --rm --interactive ubuntu:24.04 bash <<EOF
294294
apt-get update
295295
apt-get install -y --no-install-recommends bind9-dnsutils
296296
nslookup google.com

0 commit comments

Comments
 (0)