From ca2ca14be410becda7972180b67b4f3342770c73 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 12 Aug 2025 01:27:15 +1200 Subject: [PATCH] Fix macOS action --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index bd0ed782..a6234c4a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -113,7 +113,7 @@ jobs: path: 'build/VRCX_${{ needs.set_version.outputs.version }}.AppImage' build_macos: - runs-on: macos-latest + runs-on: macos-latest-large needs: [set_version, build_dotnet_linux, build_node] steps: