mirror of
https://github.com/snowykami/server-status-client.git
synced 2025-02-16 23:59:58 +08:00
✨ 降低python版本依赖
This commit is contained in:
parent
42d5795335
commit
dd596f0a93
4
.github/workflows/nuitka-compile.yml
vendored
4
.github/workflows/nuitka-compile.yml
vendored
@ -9,11 +9,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest, windows-latest ]
|
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
arch: [ x64, x86, arm64 ]
|
arch: [ x64, x86, arm64 ]
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
arch: x86
|
arch: x86
|
||||||
|
- os: macos-latest
|
||||||
|
arch: x86
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user