Remove Windows arm64 from CI

This commit is contained in:
SirLynix 2023-04-11 18:23:41 +02:00
parent 0a2388a343
commit 71891b9788
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest] os: [windows-latest]
arch: [x64, arm64] arch: [x64]
mode: [debug, releasedbg] mode: [debug, releasedbg]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}