From 03426cd26394aa031d97bcdca7c99cfe542177bc Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 26 May 2024 13:52:39 +0800 Subject: [PATCH] remove macos from github action WTF did you do github --- .github/workflows/nuitka.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index d8a0030..fe2aa3a 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -28,7 +28,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + # os: [macos-latest, ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] python-version: ["3.8"] # 3.11 still not support by nuitka 3.10 就不构建了 少消耗一些时间 runs-on: ${{ matrix.os }}