diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 809ee129d..1479e5b5f 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -60,6 +60,11 @@ jobs: commit: "6eddbfb03b8861885832b26e322fbd0fcb9a884d" exclude: "docker_entrypoint,modify_file_content" version: "v1.3" + - on: "ubuntu-24.04-riscv" + python: "3.14" + commit: "6eddbfb03b8861885832b26e322fbd0fcb9a884d" + exclude: "docker_entrypoint,modify_file_content" + version: "v1.3" runs-on: ${{ matrix.on }} steps: - uses: actions/checkout@v6