edit build config

This commit is contained in:
sw3205933776 2025-08-20 11:56:36 +08:00
parent 11b7edee44
commit a2bc5a6e49

View file

@ -24,8 +24,13 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-latest, macos-13, windows-latest] include:
arch: [x64, arm64] - os: macos-latest
arch: arm64
- os: macos-13
arch: x64
- os: windows-latest
arch: x64
steps: steps:
- name: Checkout Code - name: Checkout Code