Skip to content

Commit

Permalink
Merge pull request enjoy-digital#1515 from shenki/ci-ubuntu-22.04
Browse files Browse the repository at this point in the history
Update CI to use Ubuntu 22.04
  • Loading branch information
enjoy-digital authored Nov 18, 2022
2 parents db87fa1 + 5e43a0a commit cc4ae21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
# Checkout Repository
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup CCache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2

- uses: ghdl/setup-ghdl-ci@nightly
- uses: ghdl/setup-ghdl-ci@master
with:
backend: llvm

Expand All @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get install wget build-essential python3 ninja-build
sudo apt-get install libevent-dev libjson-c-dev flex bison
sudo apt-get install libfl-dev libfl2 zlibc zlib1g-dev
sudo apt-get install libfl-dev libfl2 zlib1g-dev
pip3 install setuptools
pip3 install requests
pip3 install pexpect
Expand Down

0 comments on commit cc4ae21

Please sign in to comment.