From 3da3ac14733dc86256c2b79eab1e1e86e295a395 Mon Sep 17 00:00:00 2001 From: David Oesch Date: Fri, 11 Oct 2024 15:54:50 +0200 Subject: [PATCH] Update run-processor.yml to run with ubuntu-22.04 --- .github/workflows/run-processor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-processor.yml b/.github/workflows/run-processor.yml index 4ba1ce6..6e9eeb0 100644 --- a/.github/workflows/run-processor.yml +++ b/.github/workflows/run-processor.yml @@ -9,7 +9,7 @@ on: jobs: build: # cf. https://docs.github.com/en/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout the repository