mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:30:35 +08:00
use Python 3.10 on macOS CI
This commit is contained in:
committed by
Daniel Agar
parent
0dbd7b9176
commit
1cf38e9d76
@@ -18,6 +18,11 @@ jobs:
|
|||||||
px4_sitl
|
px4_sitl
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
|
- name: install Python 3.10
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: "3.10"
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.ACCESS_TOKEN}}
|
token: ${{secrets.ACCESS_TOKEN}}
|
||||||
|
|||||||
Reference in New Issue
Block a user