We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12c8aa3 + 81819c7 commit 45f993dCopy full SHA for 45f993d
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
8
- cron: 0 0 * * *
9
jobs:
10
ci:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
12
strategy:
13
matrix:
14
ruby-version:
bin/before_install
@@ -3,9 +3,7 @@
3
if [ -n "$CI" ]; then
4
echo "== Installing system packages =="
5
sudo apt-get update
6
- sudo apt-get install -y libcurl4-openssl-dev
7
- 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
0 commit comments