From 1e794a019c61e01cfc3a6018a9be790b9cc676d1 Mon Sep 17 00:00:00 2001 From: yrippert-maker Date: Thu, 29 Jan 2026 16:12:55 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65e434d..c632558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,10 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-action@stable - + uses: dtolnay/rust-toolchain@stable + with: + toolchain: stable + targets: aarch64-apple-darwin,x86_64-apple-darwin - name: Cache Cargo uses: actions/cache@v4 with: