update github windows action

This commit is contained in:
fasiondog 2023-07-29 01:18:08 +08:00
parent 5f46fdcc21
commit 634244ad42

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, windows-2022]
arch: [x64, arm64]
arch: [x64] #, arm64]
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Windows-${{ matrix.os }}-${{ matrix.arch }}