From 7525976916b307d4697608f9ef07a4b786819b0e Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Thu, 19 Dec 2024 17:03:34 +0100 Subject: [PATCH] btfhub-sync: switch to ubuntu-22.04 explicitly (#32396) --- .github/workflows/cws-btfhub-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cws-btfhub-sync.yml b/.github/workflows/cws-btfhub-sync.yml index 94498f5ed7525..88f198f5b114d 100644 --- a/.github/workflows/cws-btfhub-sync.yml +++ b/.github/workflows/cws-btfhub-sync.yml @@ -20,7 +20,7 @@ permissions: {} jobs: generate: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -104,7 +104,7 @@ jobs: combine: needs: generate - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: write pull-requests: write