From 03ebc160e94e3b58f52c640ecaf584c064be16c5 Mon Sep 17 00:00:00 2001 From: ardura <31751444+ardura@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:42:13 -0700 Subject: [PATCH] Update rust.yml for Mac Build to use MacOS12 instead of latest This should fix binary not working since right now it's compiling to M1 Mac specs (which still also may not work) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e74f74e..bd2753d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -11,7 +11,7 @@ env: jobs: build_macos: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Run bundler