forked from Archive/PX4-Autopilot
GitHub Actions: use Debian 11 to build linux targets
This solves the CI problem related to the required cmake version described here: https://github.com/PX4/PX4-Autopilot/pull/21737#pullrequestreview-1489844308 See https://github.com/PX4/PX4-containers/pull/332 for the container changes.
This commit is contained in:
parent
e739afe362
commit
e5503480e3
|
@ -11,7 +11,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container: px4io/px4-dev-armhf:2021-09-08
|
||||
container: px4io/px4-dev-armhf:2023-06-26
|
||||
strategy:
|
||||
matrix:
|
||||
config: [
|
||||
|
|
Loading…
Reference in New Issue