Skip to content
Snippets Groups Projects
Commit f4c1389f authored by Damien George's avatar Damien George
Browse files

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: default avatarDamien George <damien@micropython.org>
parent c3c2c37f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment