Skip to content

Commit

Permalink
add UT for Ubuntu 22.04 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing authored May 13, 2024
1 parent de69da2 commit 3bc36fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ jobs:
build-on-linux:
strategy:
matrix:
runs-on: [ubuntu-20.04]
runs-on: [ubuntu-20.04, ubuntu-22.04]
compiler: [g++, clang++]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2
- name: apt install
run: >-
sudo apt update &&
sudo apt install libunwind-dev &&
sudo apt install -y ${{ env.DEB_PKGS }} ${{ env.DEB_TEST_PKGS }}
- name: meson
run: |
Expand Down

0 comments on commit 3bc36fb

Please sign in to comment.