Skip to content

Commit

Permalink
Use noble distribution for libqpidproton
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Dec 10, 2024
1 parent 12c8aa3 commit 388d148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: 0 0 * * *
jobs:
ci:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
ruby-version:
Expand Down
4 changes: 1 addition & 3 deletions bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
if [ -n "$CI" ]; then
echo "== Installing system packages =="
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-add-repository --yes 'deb http://us.archive.ubuntu.com/ubuntu lunar universe'
sudo apt-get install -t lunar -y libqpid-proton11-dev
sudo apt-get install -y libcurl4-openssl-dev libqpid-proton11-dev
echo

# Enable the qpid_proton bundler group
Expand Down

0 comments on commit 388d148

Please sign in to comment.