mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 15:18:00 +08:00
✨ 降低python版本依赖
This commit is contained in:
parent
4064f904d0
commit
42d5795335
5
.github/workflows/nuitka-compile.yml
vendored
5
.github/workflows/nuitka-compile.yml
vendored
@ -10,7 +10,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest ]
|
||||
arch: [ amd64, arm64, arm, 386 ]
|
||||
arch: [ x64, x86, arm64 ]
|
||||
exclude:
|
||||
- os: ubuntu-latest
|
||||
arch: x86
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user