From 1cf38e9d762c92f7624ee8b2e0a3b40cbfa0477e Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Sat, 18 Nov 2023 12:59:47 +0100 Subject: [PATCH] use Python 3.10 on macOS CI --- .github/workflows/compile_macos.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/compile_macos.yml b/.github/workflows/compile_macos.yml index 227b6d3c05..5c45a77108 100644 --- a/.github/workflows/compile_macos.yml +++ b/.github/workflows/compile_macos.yml @@ -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}}