From d0a16bba68ea77af98e2773693602a0b7877458d Mon Sep 17 00:00:00 2001 From: ndesaunais Date: Tue, 2 Jul 2024 16:20:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20try=20other=20runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- rustainers/src/runner/podman.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2fdf02..56e29e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: cargo test --verbose tests_with_podman: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: matrix: include: diff --git a/rustainers/src/runner/podman.rs b/rustainers/src/runner/podman.rs index 6a1d5fa..f87d588 100644 --- a/rustainers/src/runner/podman.rs +++ b/rustainers/src/runner/podman.rs @@ -13,7 +13,7 @@ use crate::IpamNetworkConfig; use crate::NetworkInfo; use super::{ContainerError, InnerRunner, RunnerError}; -const MINIMAL_VERSION: Version = Version::new(3, 4); +const MINIMAL_VERSION: Version = Version::new(4, 0); const COMPOSE_MINIMAL_VERSION: Version = Version::new(1, 0); /// A Podman runner