From 087958b7d07d3d8a6d4e64c56204e65e4c009198 Mon Sep 17 00:00:00 2001 From: Mathias Lesauvage Date: Mon, 5 May 2025 19:38:04 +0200 Subject: [PATCH] Update Ubuntu runner for documentation --- .github/workflows/merge-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-actions.yaml b/.github/workflows/merge-actions.yaml index 89fef72..62e4156 100644 --- a/.github/workflows/merge-actions.yaml +++ b/.github/workflows/merge-actions.yaml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04"] + os: ["ubuntu-24.04"] permissions: contents: write steps: