Skip to content

Commit 81819c7

Browse files
committed
Bump GHA to ubuntu-24.04 for libqpid-proton11-dev
The version of libqpid-proton11 in 22.04 is too old and adding the noble/24.04 repository causes a conflict during install due to libssl versions. We can move the entire runner to 24.04, this is going to be the default for ubuntu-latest shortly anyway.
1 parent 12c8aa3 commit 81819c7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: 0 0 * * *
99
jobs:
1010
ci:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
ruby-version:

bin/before_install

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
if [ -n "$CI" ]; then
44
echo "== Installing system packages =="
55
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'
8-
sudo apt-get install -t lunar -y libqpid-proton11-dev
6+
sudo apt-get install -y libcurl4-openssl-dev libqpid-proton11-dev
97
echo
108

119
# Enable the qpid_proton bundler group

0 commit comments

Comments
 (0)