From d145db7522db550e16042d82337f33b5ee89429a Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Wed, 20 Aug 2025 06:50:44 -0300 Subject: [PATCH] ci: codespell: upgrade ubuntu-22.04 to ubuntu-24.04 Relevant software changes: * codespell 2.1.0 -> 2.2.6 See also [1] and [2]. [1] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md [2] https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e4f84fcda..645f22987 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -20,7 +20,7 @@ permissions: # added using https://github.com/step-security/secure-workflows jobs: codespell: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - name: Harden Runner