use Python 3.10 on macOS CI

This commit is contained in:
Christian Rauch 2023-11-18 12:59:47 +01:00 committed by Daniel Agar
parent 0dbd7b9176
commit 1cf38e9d76
1 changed files with 5 additions and 0 deletions

View File

@ -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}}