remove macos from github action
WTF did you do github
This commit is contained in:
parent
18b8ba1531
commit
03426cd263
3
.github/workflows/nuitka.yml
vendored
3
.github/workflows/nuitka.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user