From 8bb6538cd4207f00bdfbc2ed86fadec539765ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 28 May 2024 17:09:10 +0200 Subject: [PATCH] build: bump CircleCI runners Try using `:current` as specified in their documentation. Fixes #681 --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ead11b7..806688c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ jobs: build-container-image: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -137,7 +137,7 @@ jobs: convert-test-docs: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -167,7 +167,7 @@ jobs: ci-ubuntu-noble: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -194,7 +194,7 @@ jobs: ci-ubuntu-mantic: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -221,7 +221,7 @@ jobs: ci-ubuntu-jammy: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -248,7 +248,7 @@ jobs: ci-ubuntu-focal: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -275,7 +275,7 @@ jobs: ci-fedora-40: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -302,7 +302,7 @@ jobs: ci-fedora-39: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -329,7 +329,7 @@ jobs: ci-fedora-38: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -356,7 +356,7 @@ jobs: ci-debian-trixie: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman @@ -383,7 +383,7 @@ jobs: ci-debian-bookworm: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2004:current steps: - checkout - run: *install-podman