From b57bb4ec10128e740d602eb7f185b7c3e9805f3c Mon Sep 17 00:00:00 2001 From: snowykami Date: Thu, 3 Oct 2024 02:16:45 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E9=99=8D=E4=BD=8Epython=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuitka-compile.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nuitka-compile.yml b/.github/workflows/nuitka-compile.yml index df2d45c..62dd97c 100644 --- a/.github/workflows/nuitka-compile.yml +++ b/.github/workflows/nuitka-compile.yml @@ -9,13 +9,11 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, windows-latest ] arch: [ x64, x86, arm64 ] exclude: - os: ubuntu-latest arch: x86 - - os: macos-latest - arch: x86 runs-on: ${{ matrix.os }}