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 <[email protected]>
  • Loading branch information
schwabe committed Jul 18, 2024
1 parent 37b696a commit be258f8
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 @@ -106,7 +106,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 @@ -122,6 +122,12 @@ jobs:
ssllib: openssl
pkcs11pkg: "libpkcs11-helper1-dev softhsm2 gnutls-bin"
extraconf: --enable-pkcs11
- 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 @@ -173,7 +179,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 be258f8

Please sign in to comment.