commit c0448a6c7c6a544ddfabd1a42c9dc42b47649fa8 (tree)
parent 91424823724de866776c8b6a999ea45f1ca9d374
Author: Andrew Kelley <andrew@ziglang.org>
Date: Sun, 9 Feb 2025 20:20:56 -0800
CI: remove aarch64-windows checks for now
The devkit is a pain in the ass to keep online, I'll add this back
later.
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git 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