diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-tarball.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index 3a3138a677..f17fabd840 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -72,10 +72,10 @@ jobs: run: | git config --global core.autocrlf true - uses: actions/checkout@v2 - - name: Set up Python 2.7 - uses: actions/setup-python@v1 + - name: Set up Python 3.8 + uses: actions/setup-python@v2 with: - python-version: 2.7 + python-version: 3.8 - name: Environment Information run: npx envinfo - name: Download tarball |