svn commit: r1928836 - apr/apr-util/branches/1.7.x/.github/workflows
[email protected] Mon, 29 Sep 2025 12:22:12 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175914853218.1721962.16868841486408967738@svn02-us-east.apache.org> |
Author: jorton
Date: Mon Sep 29 12:22:11 2025
New Revision: 1928836
Log:
CI: Switch to running LDAP+DB+OpenSSL test on ubuntu-latest.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/linux.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/linux.yml
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/linux.yml Mon Sep 29 12:18:04 2025 (r1928835)
+++ apr/apr-util/branches/1.7.x/.github/workflows/linux.yml Mon Sep 29 12:22:11 2025 (r1928836)
@@ -48,7 +48,7 @@ jobs:
config-output: APU_HAVE_CRYPTO APU_HAVE_OPENSSL APU_HAVE_SDBM
notest-cflags: -Werror
os: ubuntu-latest
- - name: APR 1.7.x LDAP+DB+OpenSSL, Ubuntu 20.04
+ - name: APR 1.7.x LDAP+DB+OpenSSL
apr-version: 1.7.x
apr-config: --enable-maintainer-mode
config: >-
@@ -56,7 +56,7 @@ jobs:
--with-dbm=db5 --with-berkeley-db --with-gdbm --with-ndbm
config-output: APU_HAVE_CRYPTO APU_HAVE_OPENSSL APU_HAVE_SDBM
notest-cflags: -Werror
- os: ubuntu-20.04
+ os: ubuntu-latest
packages: libdb5.3-dev libldap-dev libsasl2-dev
runs-on: ${{ matrix.os }}
env: