From c511207bd983f49403fba35df9afdb9129024447 Mon Sep 17 00:00:00 2001 From: tmcguinness Date: Tue, 25 Jun 2024 16:28:38 +0000 Subject: [PATCH] updated python install in runner to 3.12.3 for x64 Ubu --- .github/workflows/ci_uint_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_uint_tests.yaml b/.github/workflows/ci_uint_tests.yaml index 690feb923a..d082bc5335 100644 --- a/.github/workflows/ci_uint_tests.yaml +++ b/.github/workflows/ci_uint_tests.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.13.0 + python-version: 3.12.3 - name: Install dependencies run: |