From 3a16267ec2b2f185a08318eafa005312a1c024b2 Mon Sep 17 00:00:00 2001 From: SALES <5235127+adriens@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:50:26 +1100 Subject: [PATCH] doc: Ubuntu 20 runner image brownout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # ❔ About Ubuntu 20 runner image brownout : https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/ 👉 This PR documents this --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fd178d..1acd334 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v2 @@ -39,4 +39,4 @@ jobs: exit-code: '1' exit-level: 'warn' ignore: 'CIS-DI-0001,DKL-DI-0006' -``` \ No newline at end of file +```