From 8522115e16851c1b140a30df2f0278810977893c Mon Sep 17 00:00:00 2001 From: Robin Strand Prestmo Date: Tue, 10 Mar 2026 20:59:58 +0100 Subject: [PATCH] Update ci.yml Runs-on: self-hosted --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19000d1..a4d5bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: [self-hosted, macOS, ARM64] + runs-on: self-hosted steps: - uses: actions/checkout@v4