Skip to content

Commit

Permalink
[toranj] update the CI ubuntu environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Irving-cl committed Jan 4, 2024
1 parent e2fd726 commit 66d87f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/toranj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: "github.ref != 'refs/heads/master'"

toranj-ncp:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
TORANJ_RADIO : 15.4
steps:
Expand All @@ -53,10 +53,10 @@ jobs:
sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
sudo apt-get --no-install-recommends install -y dbus libdbus-1-dev
sudo apt-get --no-install-recommends install -y autoconf-archive
sudo apt-get --no-install-recommends install -y bsdtar
sudo apt-get --no-install-recommends install -y libarchive-tools
sudo apt-get --no-install-recommends install -y libtool
sudo apt-get --no-install-recommends install -y libglib2.0-dev
sudo apt-get --no-install-recommends install -y libboost-dev libboost-signals-dev
sudo apt-get --no-install-recommends install -y libboost-dev libboost-signals2-dev
sudo apt-get --no-install-recommends install -y lcov
- name: Build & Run
Expand Down

0 comments on commit 66d87f6

Please sign in to comment.