Merge pull request #6873 from kmk3/ci-codespell-ubuntu-2404

ci: codespell: upgrade ubuntu-22.04 to ubuntu-24.04
This commit is contained in:
netblue30 2025-08-20 06:55:59 -04:00 committed by GitHub
commit 062f5d871e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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