Skip to content

Commit

Permalink
ci: Switch to ubuntu-20.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 1, 2021
1 parent 6bf9407 commit 473e580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 473e580

Please sign in to comment.