From bcffe08b36e9dd9fcd91aaf598f37f78486e28cc Mon Sep 17 00:00:00 2001 From: Amir Gonnen Date: Tue, 13 Dec 2022 18:31:37 +0200 Subject: [PATCH] fix(ci): set Ubuntu version for MicroPython test (#3865) --- .github/workflows/build_micropython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_micropython.yml b/.github/workflows/build_micropython.yml index 680cfe5a4..edc8d7669 100644 --- a/.github/workflows/build_micropython.yml +++ b/.github/workflows/build_micropython.yml @@ -8,7 +8,7 @@ jobs: build: if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} name: Build ${{ matrix.port }} port - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 continue-on-error: true strategy: matrix: