From 60c421a7d0458e774b3b62565fdac6b0763249d3 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:05:21 +0800 Subject: [PATCH] ok... large image is not free... --- .github/workflows/compile-binary.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.github/workflows/compile-binary.yml b/.github/workflows/compile-binary.yml index 1957d57..013bb34 100644 --- a/.github/workflows/compile-binary.yml +++ b/.github/workflows/compile-binary.yml @@ -98,31 +98,3 @@ jobs: path: | ./wtsexporter_macos_arm64 - macos-x64: - runs-on: macos-latest-large - steps: - - uses: actions/checkout@v6 - - name: Set up Python - uses: actions/setup-python@v6 - with: - python-version: '3.13' - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka==2.8.9 - pip install . - - name: Build binary with Nuitka - run: | - python -m nuitka --onefile \ - --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html \ - --assume-yes-for-downloads Whatsapp_Chat_Exporter --output-filename=wtsexporter_macos_x64 - shasum -a 256 wtsexporter_macos_x64 - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v3 - with: - subject-path: ./wtsexporter_macos_x64 - - uses: actions/upload-artifact@v6 - with: - name: binary-macos - path: | - ./wtsexporter_macos_x64