Skip to content

Commit

Permalink
Disable macOS arm64 for the time being since cmake is not ready for it
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Mar 6, 2024
1 parent d42d0f8 commit ae35f72
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [macos-12, macos-14]
runner: [macos-12] #, macos-14]
config: [Release]
include:
- runner: macos-12
arch: x86_64
- runner: macos-14
arch: arm64
#- runner: macos-14
# arch: arm64
- config: Release
rule: install

Expand Down Expand Up @@ -214,13 +214,11 @@ jobs:
7z a -r ete-windows-msvc-x86.zip ./windows-x86/* -x!*.dll
7z a -r ete-windows-msvc-x64.zip ./windows-x64/* -x!*.dll
7z a -r ete-macos-x86_64.zip ./macos-x86_64/* -x!*_mac
7z a -r ete-macos-arm64.zip ./macos-arm64/* -x!*_mac
7z a -r ete-linux-x86.zip ./steam/steam_appid.txt
7z a -r ete-linux-x86_64.zip ./steam/steam_appid.txt
7z a -r ete-windows-msvc-x86.zip ./steam/steam_appid.txt
7z a -r ete-windows-msvc-x64.zip ./steam/steam_appid.txt
7z a -r ete-macos-x86_64.zip ./steam/steam_appid.txt
7z a -r ete-macos-arm64.zip ./steam/steam_appid.txt
mkdir -p etmain
mv -t ./etmain/ ./linux-x86/*.so
mv -t ./etmain/ ./linux-x86_64/*.so
Expand Down

0 comments on commit ae35f72

Please sign in to comment.