1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

clarify that macOS builds are x64 (not arm64 yet)

This commit is contained in:
adam-bloom
2021-01-02 21:39:38 -07:00
parent b726177ea7
commit 0caea5460e

View File

@@ -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: