mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 23:07:35 +08:00
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:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user