From 0c40d606ac9c76ae9c8c802e66adb83409dc234f Mon Sep 17 00:00:00 2001 From: Jesper Terkelsen Date: Mon, 23 Feb 2026 10:42:37 +0100 Subject: [PATCH] chore: migrate coverage push job to ARM runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The push-coverage-to-server job only runs curl, installs cloc, and uploads metrics — no compilation. Safe to run on cheaper ARM runner. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/code-coverage-kotlin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage-kotlin.yml b/.github/workflows/code-coverage-kotlin.yml index 0b610b3..3a58c43 100644 --- a/.github/workflows/code-coverage-kotlin.yml +++ b/.github/workflows/code-coverage-kotlin.yml @@ -132,7 +132,7 @@ jobs: needs: - setup - generate-coverage-report - runs-on: linux-x64 + runs-on: linux-arm64 steps: - name: Checkout code uses: actions/checkout@v4