Browse Source

Use older version of Python

Jelle Spijker 1 year ago
parent
commit
b83d3ebae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/macos.yml

+ 1 - 1
.github/workflows/macos.yml

@@ -103,7 +103,7 @@ jobs:
       - name: Setup Python and pip
       - name: Setup Python and pip
         uses: actions/setup-python@v4
         uses: actions/setup-python@v4
         with:
         with:
-          python-version: '3.10.x'
+          python-version: '3.8.x'
           cache: 'pip'
           cache: 'pip'
           cache-dependency-path: .github/workflows/requirements-conan-package.txt
           cache-dependency-path: .github/workflows/requirements-conan-package.txt