remove macos from github action

WTF did you do github
This commit is contained in:
shenjack 2024-05-26 13:52:39 +08:00
parent 18b8ba1531
commit 03426cd263
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -28,7 +28,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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 就不构建了 少消耗一些时间 python-version: ["3.8"] # 3.11 still not support by nuitka 3.10 就不构建了 少消耗一些时间
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}