From 810d8c7c8bd912b451721e3eaf135a6d405c52f8 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:53:09 +0800 Subject: [PATCH] Revert "Add macos-13-arm64" This reverts commit f80be81ee6ad4334baee62f158c6aeadff3b2881. --- .github/workflows/compile-binary.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 4a1c020..4a4104d 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -80,27 +80,3 @@ jobs: name: binary-macos path: | ./wtsexporter_macos_x64 - - macos-arm64: - runs-on: macos-13-arm64 - steps: - - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka - pip install . - - name: Build binary with Nuitka - run: | - python -m nuitka --no-deployment-flag=self-execution --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --follow-imports Whatsapp_Chat_Exporter/__main__.py - cp __main__.bin wtsexporter_macos_x64 - shasum -a 256 wtsexporter_macos_x64 - - uses: actions/upload-artifact@v3 - with: - name: binary-macos - path: | - ./wtsexporter_macos_x64