mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
ci: bump Python to 2.7.17 for macOS (#3685)
This commit is contained in:
parent
34dc0ae280
commit
5856d21a2e
1 changed files with 9 additions and 1 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -53,7 +53,15 @@ jobs:
|
|||
rustup component add clippy
|
||||
rustup component add rustfmt
|
||||
|
||||
- name: Install python
|
||||
- name: Install Python (macOS)
|
||||
if: startsWith(matrix.os, 'macOS')
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "2.7.17"
|
||||
architecture: x64
|
||||
|
||||
- name: Install Python
|
||||
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'windows')
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: "2.7.16"
|
||||
|
|
Loading…
Reference in a new issue