diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-10-13 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-10-13 08:00:00 +0000 |
commit | 8362d3b92e1e619465765c5046ccb0e56d1c7567 (patch) | |
tree | bc3715f53d63d1469ec79d79eace3711aa0698ac /ci | |
parent | 280561e51099be8b540144156d885f1642797c7a (diff) | |
download | pam-8362d3b92e1e619465765c5046ccb0e56d1c7567.tar.gz pam-8362d3b92e1e619465765c5046ccb0e56d1c7567.tar.bz2 pam-8362d3b92e1e619465765c5046ccb0e56d1c7567.zip |
.github: switch builder jobs from ubuntu-latest to ubuntu-24.04
Even though ubuntu-latest is still ubuntu-22.04 yet, let's move on
by switching builder jobs to ubuntu-24.04.
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/install-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 3fe9d46d..6583311b 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -49,7 +49,7 @@ apt_get_install() case "${BUILD-}" in meson) - python -m pip install meson ninja + packages="$packages meson" ;; *) packages="$packages autoconf automake autopoint libtool make" |