From 8701735144b191e05c2821a7f38f7411c1d2ea6c Mon Sep 17 00:00:00 2001 From: core Date: Tue, 4 Mar 2025 21:00:37 -0500 Subject: [PATCH] fix ci workflow 3 --- .forgejo/workflows/check_latest_dependencies.yml | 2 +- .forgejo/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: