diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index e52bf552a6..224cfae41a 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -15,7 +15,8 @@ jobs: matrix: config: [ px4_fmu-v5_default, - tests, # includes px4_sitl + px4_sitl_default, + #tests, # includes px4_sitl ] steps: - uses: actions/checkout@v1