Skip to content

Commit 45f993d

Browse files
authored
Merge pull request #897 from agrare/fix_libqpidproton_install_gha
Use ubuntu-24.04 to fix libqpid-proton11
2 parents 12c8aa3 + 81819c7 commit 45f993d

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)