diff --git a/.github/workflows/build-and-test-make.yml b/.github/workflows/build-and-test-make.yml index 115736d..7bda8eb 100644 --- a/.github/workflows/build-and-test-make.yml +++ b/.github/workflows/build-and-test-make.yml @@ -39,7 +39,9 @@ jobs: capture_interface: en0 make: gmake steps: - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v4 + with: + python-version: '3.10' - name: Install Ubuntu dependencies if: matrix.os == 'ubuntu-20.04'