From 0111ce247be956a43c5971f9ea4001e9d57603d6 Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Wed, 23 Apr 2025 09:20:55 +0100 Subject: [PATCH] Try Python 3.12 for CI build as well. --- .github/workflows/sdrangel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sdrangel.yml b/.github/workflows/sdrangel.yml index 84d54112c..8a2c0e321 100644 --- a/.github/workflows/sdrangel.yml +++ b/.github/workflows/sdrangel.yml @@ -41,6 +41,9 @@ jobs: echo github.event_name: ${{ github.event_name }} echo github.ref: ${{ github.ref }} echo github.workspace: ${{ github.workspace }} + - uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Install basic dependencies on Windows if: startsWith(matrix.config.os, 'windows') run: |