From 8fb118d32e9b46ad08e53bd753e60b666251c5ae Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 30 Nov 2021 21:08:03 -0800 Subject: Replace Ubuntu 21.10 testing with 22.04 testing There's a docker container for the nightly builds of this version now. Signed-off-by: Tim Smith --- .github/workflows/kitchen.yml | 2 +- kitchen-tests/kitchen.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml index fe7afc493f..d32762a1d7 100644 --- a/.github/workflows/kitchen.yml +++ b/.github/workflows/kitchen.yml @@ -108,7 +108,7 @@ jobs: - 'oraclelinux-8' - 'ubuntu-1804' - 'ubuntu-2004' - - 'ubuntu-2110' + - 'ubuntu-2204' runs-on: ubuntu-latest env: FORCE_FFI_YAJL: ext diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index ad7cd3e82b..4d13f2835f 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -135,9 +135,9 @@ platforms: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install ifupdown -y # we need this for /etc/network/interfaces & ifconfig resource testing -- name: ubuntu-21.10 +- name: ubuntu-22.04 driver: - image: dokken/ubuntu-21.10 + image: dokken/ubuntu-22.04 pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y -- cgit v1.2.1