Skip to content

Commit

Permalink
💚 try other runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesaunais committed Jul 2, 2024
1 parent 0130972 commit d0a16bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cargo test --verbose

tests_with_podman:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion rustainers/src/runner/podman.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0a16bb

Please sign in to comment.