From c0c86bcc67ed99242c64ec0ae74b7359178b6589 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Mon, 13 Jan 2025 13:12:23 +0100 Subject: [PATCH] Fix workflows: Pin to Ubuntu 22.04 --- .github/workflows/core.yml | 2 +- .github/workflows/corevalidation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 457c07976..507d2a443 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -16,7 +16,7 @@ concurrency: jobs: lit: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }} diff --git a/.github/workflows/corevalidation.yml b/.github/workflows/corevalidation.yml index 4a8d309e0..f90627a97 100644 --- a/.github/workflows/corevalidation.yml +++ b/.github/workflows/corevalidation.yml @@ -23,7 +23,7 @@ jobs: matrix: compiler: [AC6, GCC, Clang] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: ARM_UBL_ACTIVATION_CODE: ${{ secrets.ARM_UBL_ACTIVATION_CODE }}