diff --git a/.forgejo/workflows/check_latest_dependencies.yml b/.forgejo/workflows/check_latest_dependencies.yml index 47af787..cbd87e1 100644 --- a/.forgejo/workflows/check_latest_dependencies.yml +++ b/.forgejo/workflows/check_latest_dependencies.yml @@ -12,7 +12,7 @@ jobs: name: Verify Latest Dependencies runs-on: docker container: - image: rust + image: rust:1-bookworm continue-on-error: true env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4fe8aa9..c0b54f1 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: wxbox - latest runs-on: docker container: - image: rust + image: rust:1-bookworm strategy: matrix: toolchain: