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
9ccb98b1f8
commit
02af22862d
8
.github/workflows/nuitka-compile.yml
vendored
8
.github/workflows/nuitka-compile.yml
vendored
@ -2,15 +2,15 @@ name: Compile
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
os: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||||
arch: [amd64, arm64, arm, 386]
|
arch: [ amd64, arm64, arm, 386 ]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user