From 58047f90f79b129e445cbf856a23b3a5518c0b12 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Tue, 4 Mar 2025 22:48:32 +0800 Subject: chore: Update to rust-2024 version Signed-off-by: KunoiSayami --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b80543..13cbc6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: BIN='cgit-simple-authentication_linux_amd64' mv target/release/cgit-simple-authentication target/release/$BIN elif [ "$RUNNER_OS" == "macOS" ]; then - BIN='cgit-simple-authentication_darwin_amd64' + BIN='cgit-simple-authentication_darwin_arm64' mv target/release/cgit-simple-authentication target/release/$BIN fi echo "output_binary_name=target/release/$BIN" >> $GITHUB_ENV -- cgit v1.3.1