From 473e58091324ced68f405ead3f61840749e5ecc5 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 1 Oct 2021 14:24:00 +0200 Subject: [PATCH] ci: Switch to ubuntu-20.04. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68d1a64f..c47becd70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: # Checkout Repository - name: Checkout @@ -16,9 +16,9 @@ jobs: sudo apt-get install wget build-essential python3 pip3 install setuptools pip3 install requests - pip3 install meson - pîp3 install ninja pip3 install pexpect + pîp3 install ninja + pip3 install meson # Install (n)Migen / LiteX / Cores - name: Install LiteX