This commit is contained in:
weisd
2025-07-09 09:49:27 +08:00
committed by GitHub
parent a2f83b0d2d
commit c08c9afa35
+9 -9
View File
@@ -130,15 +130,15 @@ jobs:
target: x86_64-apple-darwin target: x86_64-apple-darwin
cross: false cross: false
platform: macos platform: macos
# Windows builds # # Windows builds
- os: windows-latest # - os: windows-latest
target: x86_64-pc-windows-msvc # target: x86_64-pc-windows-msvc
cross: false # cross: false
platform: windows # platform: windows
- os: windows-latest # - os: windows-latest
target: aarch64-pc-windows-msvc # target: aarch64-pc-windows-msvc
cross: true # cross: true
platform: windows # platform: windows
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4