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

github/workflows: Use ubuntu-20.04 when python2 is required.


Python 2 is no longer included in the latest Ubuntu 22.04.

Signed-off-by: default avatarDamien George <damien@micropython.org>
parent b705732d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # use 20.04 to get python2
steps:
- uses: actions/checkout@v3
- name: Install packages
......
......@@ -98,7 +98,7 @@ jobs:
run: tests/run-tests.py --print-failures
nanbox:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # use 20.04 to get python2
steps:
- uses: actions/checkout@v3
- name: Install packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment