mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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
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…
x
Reference in New Issue
Block a user