Skip to content

Commit bef8185

Browse files
committed
Update workflow build for riscv/qemu from ubuntu 22.04 to 24.04
1 parent 39ea79a commit bef8185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
env:
9595
ANDROID_NDK: ${{ steps.setup-ndk.outputs.ndk-path }}
9696
cmake-linux-qemu:
97-
runs-on: ubuntu-22.04
97+
runs-on: ubuntu-24.04
9898
timeout-minutes: 40
9999
strategy:
100100
matrix:
101101
build_props:
102102
- [
103103
"cmake-linux-riscv64",
104-
"riscv64/ubuntu:22.04"
104+
"riscv64/ubuntu:24.04"
105105
]
106106

107107
name: ${{ matrix.build_props[0] }}

0 commit comments

Comments
 (0)