From b5357fc30721da36fd27df111cbcc5d5d8f8e018 Mon Sep 17 00:00:00 2001 From: Karol Krizka Date: Fri, 17 Jan 2025 21:41:35 +0000 Subject: [PATCH] Specify ubuntu version for arm runners. --- .github/workflows/build-template.yaml | 2 +- .github/workflows/image-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-template.yaml b/.github/workflows/build-template.yaml index e652204..d17b25e 100644 --- a/.github/workflows/build-template.yaml +++ b/.github/workflows/build-template.yaml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm container: image: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest permissions: diff --git a/.github/workflows/image-template.yaml b/.github/workflows/image-template.yaml index 8b13f22..386065f 100644 --- a/.github/workflows/image-template.yaml +++ b/.github/workflows/image-template.yaml @@ -12,7 +12,7 @@ env: jobs: build-image: - runs-on: ubuntu-latest-arm + runs-on: ubuntu-24.04-arm strategy: matrix: os: [{dir: AlmaLinux9,suffix: alma9}]