github/workflows: Use Python 3.8 for macos workflow.
Otherwise it gets a more recent version which fails some of the test suite. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
c3c2c37fbc
commit
f4c1389fbc
4
.github/workflows/ports_unix.yml
vendored
4
.github/workflows/ports_unix.yml
vendored
@ -190,7 +190,9 @@ jobs:
|
||||
runs-on: macos-11.0
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.8'
|
||||
- name: Build
|
||||
run: source tools/ci.sh && ci_unix_macos_build
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user