Turns out github actions doesn't have a macOS ARM CI.

This commit is contained in:
Pentarctagon 2022-01-12 11:52:34 -06:00
parent 372bdd6e4d
commit 22bdbc7c88
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -14,7 +14,7 @@ jobs:
name: Discord Notification
needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-cmake-clang-debug, steam-runtime, mingw, flatpak, translations, macos-intel-debug, macos-arm-release, windows-release, windows-debug]
needs: [ubuntu-2004-scons-gcc-release-lto, ubuntu-2004-cmake-clang-debug, steam-runtime, mingw, flatpak, translations, macos-intel-debug, macos-intel-release, windows-release, windows-debug]
if: always()
steps:
@ -190,7 +190,7 @@ jobs:
export CACHE_DIR=~/build-cache
./.github/workflows/ci-scripts/macos.sh
macos-arm-release:
macos-intel-release:
runs-on: macos-11.0
steps: