From c0448a6c7c6a544ddfabd1a42c9dc42b47649fa8 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 9 Feb 2025 20:20:56 -0800 Subject: [PATCH] CI: remove aarch64-windows checks for now The devkit is a pain in the ass to keep online, I'll add this back later. --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81ab76d372..253b8a68b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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