Enable windows arm64 tests using windows-11-arm runner (#2271)

This commit is contained in:
Michael Telatynski
2025-04-16 13:29:19 +01:00
committed by GitHub
parent 4aa0454442
commit 262abf5847
+1 -3
View File
@@ -220,9 +220,7 @@ jobs:
test:
needs: build
uses: ./.github/workflows/build_test.yaml
# We have no Windows ARM64 runners at this time
if: inputs.arch != 'arm64'
with:
artifact: win-${{ inputs.arch }}
runs-on: windows-2022
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
executable: ./dist/win*-unpacked/Element*.exe