CI: remove aarch64-windows checks for now

The devkit is a pain in the ass to keep online, I'll add this back
later.
This commit is contained in:
Andrew Kelley 2025-02-09 20:20:56 -08:00
parent 9142482372
commit c0448a6c7c

View file

@ -90,12 +90,3 @@ jobs:
uses: actions/checkout@v4
- name: Build and Test
run: ci/x86_64-windows-release.ps1
aarch64-windows:
runs-on: [self-hosted, Windows, aarch64]
env:
ARCH: "aarch64"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: ci/aarch64-windows.ps1