From 79213a991d288bdeb02c8fce27ff1dbd675c19d8 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 6 Nov 2025 13:08:21 -0800 Subject: [PATCH] temporary force nightly to home server On the home server, git.lerch.org will resolve to an A record (split-horizon DNS). This works around https://github.com/ziglang/zig/issues/25811. --- .gitea/workflows/zig-nightly.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/zig-nightly.yaml b/.gitea/workflows/zig-nightly.yaml index c33ee59..d3f3a92 100644 --- a/.gitea/workflows/zig-nightly.yaml +++ b/.gitea/workflows/zig-nightly.yaml @@ -15,7 +15,8 @@ jobs: # TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is # addressed options: --cap-add CAP_SYS_PTRACE - runs-on: ubuntu-latest + #runs-on: ubuntu-latest + runs-on: ubuntu-latest-with-hsm # Need to use the default container with node and all that, so we can # use JS-based actions like actions/checkout@v3... # container: