From 8f1e5224e618d376e7e405908ce0f9118dc90ce9 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 17 Jun 2022 15:56:25 +0200 Subject: [PATCH] ci/ubuntu: impish -> jammy Ubuntu 21.10 impish EOL in 2022-04 (next month). Replace it with the latest stable release (EOL 2027-04). Signed-off-by: Petr Vorel Signed-off-by: Mimi Zohar --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e4498e..dc06fce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: CC: gcc TSS: tpm2-tss - - container: "ubuntu:impish" + - container: "ubuntu:jammy" env: CC: gcc TSS: ibmtss diff --git a/.travis.yml b/.travis.yml index d6b3c5e..5741116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ matrix: compiler: gcc - os: linux - env: DISTRO=ubuntu:impish TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1 + env: DISTRO=ubuntu:jammy TSS=ibmtss COMPILE_SSL=openssl-3.0.0-beta1 compiler: gcc - os: linux