From 5042d9a30a0c289bb61ed6bf34beb64b1d3da22e Mon Sep 17 00:00:00 2001 From: Andre LaBranche Date: Sun, 28 Jan 2024 15:05:43 -0800 Subject: [PATCH] Update ci.yml Check Mac runner architecture --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca55aa..154eb65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,9 @@ jobs: with: command: check + - name: uname + run: uname -a + - name: Cargo test uses: actions-rs/cargo@v1 with: