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>
pull/7918/head
Damien George 2021-10-21 12:59:59 +11:00
rodzic c3c2c37fbc
commit f4c1389fbc
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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