forked from Archive/PX4-Autopilot
use Python 3.10 on macOS CI
This commit is contained in:
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}}
|
||||
|
|
Loading…
Reference in New Issue