Commit c0448a6c7c

Andrew Kelley <andrew@ziglang.org>
2025-02-10 05:20:56
CI: remove aarch64-windows checks for now
The devkit is a pain in the ass to keep online, I'll add this back later.
1 parent 9142482
Changed files (1)
.github
workflows
.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