mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
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:
parent
9142482372
commit
c0448a6c7c
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -90,12 +90,3 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
run: ci/x86_64-windows-release.ps1
|
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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue