From bcb71ecf212f264a750bf2d8cad64cc9ca1068b9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 12 Apr 2020 14:38:23 +0800 Subject: [PATCH] =?UTF-8?q?maybe=20the=20most=20recent=20python=202.7=20ve?= =?UTF-8?q?rsion=20can=20build=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e1cd8687a8..6850b8f2bb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,19 +9,13 @@ on: jobs: build-and-test: - runs-on: macOS-latest + runs-on: ubuntu-latest env: - PYENV_VERSION: "2.7.13" + PYENV_VERSION: "2.7.17" PYENV_ROOT: $HOME/.pyenv steps: - uses: actions/checkout@v2 - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - name: Prepare python run: | curl https://pyenv.run | bash