From bcf3e278a17963a8ab7b948c8225b6043d2b03fe Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Tue, 13 Jan 2026 18:08:46 -0800 Subject: [PATCH] preparing v1.74.0 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d499c..5fcf36c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,12 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN }} profile: minimal override: true + - name: Build (Makefile linux-arm64) + run: make ubuntu-arm64 - name: Run tests run: make tests env: CARGO_BUILD_JOBS: 1 - - name: Build (Makefile linux-arm64) - run: make ubuntu-arm64 macos-arm64: name: macOS arm64 @@ -41,10 +41,10 @@ jobs: profile: minimal override: true - uses: swatinem/rust-cache@v2 - - name: Run tests - run: make tests - name: Build (Makefile darwin-arm64) run: make darwin-arm64 + - name: Run tests + run: make tests windows: name: Windows x64