diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89c73140..0c51ee68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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