Skip to content

Commit

Permalink
Merge pull request #326 from agrare/fix_qpid_proton_install_gha
Browse files Browse the repository at this point in the history
Use ubuntu-24.04 to fix libqpid-proton11 install
  • Loading branch information
Fryguy authored Dec 10, 2024
2 parents 1308be7 + b67e612 commit 5890c2c
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 5890c2c

Please sign in to comment.