From a1a3d63fcffbdf6c783edcf9cb53867154e0f3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=A4fer?= Date: Tue, 21 Oct 2025 02:17:49 +0200 Subject: [PATCH] ci(actions): change runner from ubuntu-latest to amd64-runner for CI/CD workflows --- .github/workflows/cicd.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e0753ed..c96ff7f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,7 +25,7 @@ concurrency: jobs: release: name: Build and Release - runs-on: ubuntu-latest + runs-on: amd64-runner # Job-level timeout to avoid runaway or stuck runs timeout-minutes: 120 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40759fa..9dbce33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: amd64-runner steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0