ci: update macos runner

This commit is contained in:
Ramon Roche 2023-07-18 07:54:22 -07:00 committed by Daniel Agar
parent 7f78ae449a
commit a3f398943e
1 changed files with 1 additions and 2 deletions

View File

@ -10,13 +10,12 @@ on:
jobs:
build:
runs-on: macos-10.15
runs-on: macos-latest
strategy:
matrix:
config: [
px4_fmu-v5_default,
px4_sitl
#tests, # includes px4_sitl
]
steps:
- uses: actions/checkout@v1