forked from Archive/PX4-Autopilot
ci: update macos runner
This commit is contained in:
parent
7f78ae449a
commit
a3f398943e
|
@ -10,13 +10,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: [
|
config: [
|
||||||
px4_fmu-v5_default,
|
px4_fmu-v5_default,
|
||||||
px4_sitl
|
px4_sitl
|
||||||
#tests, # includes px4_sitl
|
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in New Issue