ci: use dev-container for nuttx targets

This commit is contained in:
alexcekay
2025-05-12 13:34:00 +02:00
committed by Ramon Roche
parent d1ff1a4c1d
commit c1ffdc8e3e
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
name: Analyzing ${{ matrix.target }}
runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false]
container:
image: px4io/px4-dev-nuttx-focal
image: px4io/px4-dev:v1.16.0-ondemand
strategy:
matrix:
target: [px4_fmu-v5x, px4_fmu-v6x]