From 3c23b894b8dba89b13a688837d9999c19b4f21cf Mon Sep 17 00:00:00 2001 From: core Date: Tue, 4 Mar 2025 20:56:19 -0500 Subject: [PATCH] fix ci workflow 2 --- .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 f303eeb..47af787 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: ubuntu-latest + image: rust continue-on-error: true env: CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index af54a97..4fe8aa9 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: wxbox - latest runs-on: docker container: - image: ubuntu-latest + image: rust strategy: matrix: toolchain: