From 609e14239eea616c37a431f1c3cab996778b0288 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 6 Nov 2024 08:40:02 +0100 Subject: [PATCH] update --- .github/workflows/scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index 1857cb6a12..892a6d3bef 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -157,7 +157,7 @@ jobs: uses: actions/setup-python@v5 with: # MacOS issue ref.: https://github.com/actions/setup-python/issues/855 & https://github.com/actions/setup-python/issues/865 - python-version: ${{ matrix.os == 'macos-latest' && '3.11' || matrix.python }} + python-version: ${{ matrix.os == 'macos-latest' && matrix.python == '3.10' && '3.11' || matrix.python }} architecture: x64 - name: Run environment collection script run: python scripts/collect_env.py