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