From 56abf2eba68ada21313c3e5164cc5bd9f746453f Mon Sep 17 00:00:00 2001 From: OwnedByWuigi <120682622+OwnedByWuigi@users.noreply.github.com> Date: Tue, 22 Jul 2025 13:21:05 +0100 Subject: [PATCH] Change from macos-14 (ARM) to macos-13 (x86-64) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cba174..3db0b22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: macOS-x86_64: name: macOS x86_64 - runs-on: macos-14 + runs-on: macos-13 needs: get-info steps: - uses: actions/checkout@main