Skip to content

Commit

Permalink
ci: fix build for older debian deps
Browse files Browse the repository at this point in the history
also drop ubuntu 20.04 from build matrix, include 24.04 instead which
is soon to go stable.

Signed-off-by: Alexander Fougner <[email protected]>
  • Loading branch information
fougner committed Jul 17, 2024
1 parent 9020d20 commit f8d6a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: bcachefs-tools-deb
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -21,6 +21,7 @@ jobs:
sudo apt-get update && sudo apt-get -y --no-install-recommends install \
valgrind \
equivs devscripts
grep -q 22.04 /etc/os-release && sed -i -e 's/ systemd-dev,/ systemd,/g' debian/control
mk-build-deps
sudo apt install ./bcachefs-tools-build-deps_*.deb
- name: Setup Rust
Expand Down

0 comments on commit f8d6a67

Please sign in to comment.