mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 03:57:34 +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
|
||||
]
|
||||
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}}
|
||||
|
||||
Reference in New Issue
Block a user