mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 02:20:34 +08:00
Add matrix support for macOS builds in workflow
This commit is contained in:
@@ -18,7 +18,10 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
matrix:
|
||||
os: [macos-latest, macos-26]
|
||||
environment: [Seqouia , Tahoe]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
config: [
|
||||
|
||||
Reference in New Issue
Block a user