Skip to content

Commit

Permalink
Add Ubuntu 24.04 runner to Github Actions
Browse files Browse the repository at this point in the history
Change-Id: I44b9003143fdad90bfff7b2c86d0bb503f9157de
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20240719131141.75324-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg28942.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 856065b)
  • Loading branch information
schwabe authored and cron2 committed Jul 22, 2024
1 parent 0234680 commit cc35403
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
sslpkg: [libmbedtls-dev]
ssllib: [mbedtls]
libname: [mbed TLS]
Expand All @@ -116,6 +116,12 @@ jobs:
sslpkg: "libssl-dev"
libname: OpenSSL 3.0.2
ssllib: openssl
- os: ubuntu-24.04
sslpkg: "libssl-dev"
libname: OpenSSL 3.0.13
ssllib: openssl
pkcs11pkg: "libpkcs11-helper1-dev softhsm2 gnutls-bin"
extraconf: --enable-pkcs11
- os: ubuntu-20.04
sslpkg: "libssl-dev"
libname: OpenSSL 1.1.1
Expand Down Expand Up @@ -165,7 +171,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
ssllib: [mbedtls, openssl]

name: "clang-asan - ${{matrix.os}} - ${{matrix.ssllib}}"
Expand Down

0 comments on commit cc35403

Please sign in to comment.