From 3eaafdbe0dff70e205fec99325068e876a1d5a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 10 Oct 2024 10:18:02 +0200 Subject: [PATCH] Fix rebuild --- .github/renovate.json5 | 2 +- .github/workflows/rebuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f48dd21d..b3b533ce 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,7 +33,7 @@ }, /** Python version in actions/setup-python action */ { - fileMatch: ['^\\.github/workflows/.*\\.yaml$'], + fileMatch: ['^\\.github/workflows/(main|pull-request-automation)\\.yaml$'], matchStrings: [' python-version: [\'"](?[0-9\\.]+)[\'"]'], datasourceTemplate: 'python-version', depNameTemplate: 'python', diff --git a/.github/workflows/rebuild.yaml b/.github/workflows/rebuild.yaml index 9722fa65..faa4856a 100644 --- a/.github/workflows/rebuild.yaml +++ b/.github/workflows/rebuild.yaml @@ -10,7 +10,7 @@ env: jobs: rebuild: name: Nightly - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 timeout-minutes: 15 strategy: