From 44986844c5cc5b6dd374eda771a73c38194e9942 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 20 Jul 2024 00:16:36 -0500 Subject: [PATCH] Make Github CI use macOS x86_64 macOS-latest is now macOS ARM64 and mm3d fails to compile. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18192023..15dd9619 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,8 +90,8 @@ jobs: path: ./*.flatpak macOS: - name: macOS - runs-on: macOS-latest + name: macOS (x86_64) + runs-on: macOS-13 steps: - uses: actions/checkout@v4 with: