From 0caea5460e2e0a81af7697986c3c408b71d216a2 Mon Sep 17 00:00:00 2001 From: adam-bloom Date: Sat, 2 Jan 2021 21:39:38 -0700 Subject: [PATCH] clarify that macOS builds are x64 (not arm64 yet) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64b3f824e8..0a413f649e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: name: "OpenRCT2-NT5.1" path: bin/openrct2.exe macos-xcode: - name: macOS (Xcode) + name: macOS (x64) using Xcode runs-on: macos-latest needs: [check-code-formatting] steps: @@ -149,7 +149,7 @@ jobs: echo 'Not going to push build' fi macos-cmake: - name: macOS (cmake) + name: macOS (x64) using CMake runs-on: macos-latest needs: [check-code-formatting] steps: