test of github actions will actually use aarch64 this time

This commit is contained in:
Chance 2024-12-01 19:53:17 -05:00 committed by BitSyndicate
parent b1ef40d631
commit abdf457981

View file

@ -30,9 +30,9 @@ jobs:
- os: windows-latest - os: windows-latest
arch: x86_64 arch: x86_64
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
exclude:
- os: windows-latest - os: windows-latest
arch: aarch64 arch: aarch64
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: