mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: px4io/px4-dev-armhf:2021-09-08
|
container: px4io/px4-dev-armhf:2023-06-26
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: [
|
config: [
|
||||||
|
|||||||
Reference in New Issue
Block a user