diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 6573e15..9dce60a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/setup-python@v3 with: - python-version: 3.10.12 + python-version: 3.8 - name: Install dependencies (linux) if: runner.os == 'Linux' && matrix.name != 'windows'