Skip to content

Commit c0448a6

Browse files
committed
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 commit c0448a6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,3 @@ jobs:
9090
uses: actions/checkout@v4
9191
- name: Build and Test
9292
run: ci/x86_64-windows-release.ps1
93-
aarch64-windows:
94-
runs-on: [self-hosted, Windows, aarch64]
95-
env:
96-
ARCH: "aarch64"
97-
steps:
98-
- name: Checkout
99-
uses: actions/checkout@v4
100-
- name: Build and Test
101-
run: ci/aarch64-windows.ps1

0 commit comments

Comments
 (0)