Turns out github actions doesn't have a macOS ARM CI.
This commit is contained in:
parent
eacf26a2a8
commit
0679eeba30
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -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:
|
||||
|
@ -197,7 +197,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:
|
||||
|
|
Loading…
Add table
Reference in a new issue