From 2e46915d151477a0b027e2dcf8be0ff39b29a924 Mon Sep 17 00:00:00 2001 From: Jesper Terkelsen Date: Mon, 23 Feb 2026 20:36:45 +0100 Subject: [PATCH] chore: migrate to ARM64 runners Switch from ubuntu-latest to linux-arm64 runners for ~50% cost savings. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/component-service-profile-kotlin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component-service-profile-kotlin.yml b/.github/workflows/component-service-profile-kotlin.yml index c2f37d7..37b0cc8 100644 --- a/.github/workflows/component-service-profile-kotlin.yml +++ b/.github/workflows/component-service-profile-kotlin.yml @@ -38,7 +38,7 @@ on: jobs: update-service-profile: name: Update service profile - runs-on: ubuntu-latest + runs-on: linux-arm64 steps: - name: Checkout uses: actions/checkout@v4