mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
use Python 3.10 on macOS CI
This commit is contained in:
parent
0dbd7b9176
commit
1cf38e9d76
5
.github/workflows/compile_macos.yml
vendored
5
.github/workflows/compile_macos.yml
vendored
@ -18,6 +18,11 @@ jobs:
|
||||
px4_sitl
|
||||
]
|
||||
steps:
|
||||
- name: install Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{secrets.ACCESS_TOKEN}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user