Skip to content

Commit f2df559

Browse files
committed
CI: Switch to running LDAP+DB+OpenSSL test on ubuntu-latest.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1928836 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9e25703 commit f2df559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
config-output: APU_HAVE_CRYPTO APU_HAVE_OPENSSL APU_HAVE_SDBM
4949
notest-cflags: -Werror
5050
os: ubuntu-latest
51-
- name: APR 1.7.x LDAP+DB+OpenSSL, Ubuntu 20.04
51+
- name: APR 1.7.x LDAP+DB+OpenSSL
5252
apr-version: 1.7.x
5353
apr-config: --enable-maintainer-mode
5454
config: >-
5555
--with-crypto=yes --with-openssl=yes --with-ldap
5656
--with-dbm=db5 --with-berkeley-db --with-gdbm --with-ndbm
5757
config-output: APU_HAVE_CRYPTO APU_HAVE_OPENSSL APU_HAVE_SDBM
5858
notest-cflags: -Werror
59-
os: ubuntu-20.04
59+
os: ubuntu-latest
6060
packages: libdb5.3-dev libldap-dev libsasl2-dev
6161
runs-on: ${{ matrix.os }}
6262
env:

0 commit comments

Comments
 (0)