From 537343f5a07cfaa79194bf5133ba67ba4fe9e7f8 Mon Sep 17 00:00:00 2001 From: Gleb Sizov Date: Wed, 14 Aug 2024 13:17:13 +0200 Subject: [PATCH] wip --- .github/workflows/verify-opensource-release-7days.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/verify-opensource-release-7days.yml b/.github/workflows/verify-opensource-release-7days.yml index e23def3a702e..1e632a04e76b 100644 --- a/.github/workflows/verify-opensource-release-7days.yml +++ b/.github/workflows/verify-opensource-release-7days.yml @@ -14,11 +14,11 @@ on: jobs: error-if-current-release-too-old: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - - name: Install tools + - name: Setup xq run: | - pip install yq + sudo apt-get install -y xq - name: Error if current release is too old run: |