mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-26 00:55:19 +08:00
✨ 降低python版本依赖
This commit is contained in:
parent
afbedc665c
commit
b57bb4ec10
4
.github/workflows/nuitka-compile.yml
vendored
4
.github/workflows/nuitka-compile.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user